imprive rootfs sync
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user