summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2008-09-16 12:29:03 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commitf36959769865c609173f48eec60364429a3d22de (patch)
tree5d52ec1eab9ae7183a2c2e3563b286eddf36b866 /scripts
parent1be87e2b9e51755ed766943f4c7f14de14db4b97 (diff)
downloadlive-boot-f36959769865c609173f48eec60364429a3d22de.tar.gz
live-boot-f36959769865c609173f48eec60364429a3d22de.zip
Forces use of initramfs cpio over busybox's one.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live b/scripts/live
index 572b367..08810cb 100755
--- a/scripts/live
+++ b/scripts/live
@@ -906,7 +906,7 @@ try_snap ()
else
# cpio.gz snapshot
cd "${snap_mount}"
- zcat "${snapback}/${snapfile}" | cpio --extract --preserve-modification-time --no-absolute-filenames --sparse --unconditional --make-directories > /dev/null 2>&1
+ zcat "${snapback}/${snapfile}" | /bin/cpio --extract --preserve-modification-time --no-absolute-filenames --sparse --unconditional --make-directories > /dev/null 2>&1
RES=$?
cd "${OLDPWD}"
fi