summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-07 15:01:27 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-05-07 15:01:27 -0700
commit4ed2b5e7b6948c52bc76c838ec765acdc8497b32 (patch)
treed74f44a7e68d978a7c9fa5d152a30409bd9b6308
parent660d14965683fed85c6548316de8a10dc430a3ab (diff)
parentc5fc79c7f9149bd81254c0b4826f78b1c7e02008 (diff)
downloadvyatta-cfg-system-4ed2b5e7b6948c52bc76c838ec765acdc8497b32.tar.gz
vyatta-cfg-system-4ed2b5e7b6948c52bc76c838ec765acdc8497b32.zip
Merge branch 'larkspur' of vm:git/vyatta-cfg-system into larkspur
-rwxr-xr-xscripts/install-system2
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