diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-07 15:01:27 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-07 15:01:27 -0700 |
commit | 4ed2b5e7b6948c52bc76c838ec765acdc8497b32 (patch) | |
tree | d74f44a7e68d978a7c9fa5d152a30409bd9b6308 | |
parent | 660d14965683fed85c6548316de8a10dc430a3ab (diff) | |
parent | c5fc79c7f9149bd81254c0b4826f78b1c7e02008 (diff) | |
download | vyatta-cfg-system-4ed2b5e7b6948c52bc76c838ec765acdc8497b32.tar.gz vyatta-cfg-system-4ed2b5e7b6948c52bc76c838ec765acdc8497b32.zip |
Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur
-rwxr-xr-x | scripts/install-system | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-system b/scripts/install-system index d17f0c2e..06deb0a3 100755 --- a/scripts/install-system +++ b/scripts/install-system @@ -936,7 +936,7 @@ install_root_filesystem () { exit 1 fi - output=$(cp -pR /mnt/squashfs/* $rootfsdir/) + output=$(cp --preserve=all -R /mnt/squashfs/* $rootfsdir/) status=$? if [ "$status" != 0 ]; then |