Files
MSE-CSEL/.devcontainer/toolchain/scripts/sync-rootfs.sh
T
2024-03-22 11:52:15 +00:00

17 lines
347 B
Bash

#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
rsync -crlpgoD -i \
--exclude=/etc/ssh/** \
--exclude=/etc/hostname \
--exclude=/etc/group \
--exclude=/etc/passwd \
--exclude=/etc/shadow \
--exclude=/etc/fstab \
--exclude=THIS_IS_NOT_YOUR_ROOT_FILESYSTEM \
/buildroot/output/target/ \
/rootfs/