diff options
Diffstat (limited to 'meta/sync.sh')
-rwxr-xr-x | meta/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/sync.sh b/meta/sync.sh index ab56757..9bbf2b1 100755 --- a/meta/sync.sh +++ b/meta/sync.sh @@ -7,6 +7,6 @@ cd "$scriptdir" # Sync the sysroot with the bootable image mkdir ./mount sudo mount ext2.img mount -sudo cp -r ../sysroot/* ./mount/ +sudo rsync ../sysroot/ ./mount/ sudo umount mount rmdir ./mount |