1
0

imprive rootfs sync

This commit is contained in:
Jacques Supcik
2024-03-22 12:01:23 +00:00
parent 0ddacae1f3
commit 5a5149a875

View File

@@ -5,7 +5,13 @@ set -o pipefail
set -o nounset set -o nounset
# set -o xtrace # set -o xtrace
rsync -crlpgoD -i \ rsync -rlpgoD --itemize-changes \
--ignore-existing \
--exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \
/buildroot/output/target/ \
/rootfs/
rsync -crlpgoD --itemize-changes \
--exclude=/etc/ssh/** \ --exclude=/etc/ssh/** \
--exclude=/etc/hostname \ --exclude=/etc/hostname \
--exclude=/etc/group \ --exclude=/etc/group \