diff options
| author | Marco Amadori <amadorim@vdavda.com> | 2008-09-16 12:29:03 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:02 +0100 |
| commit | f36959769865c609173f48eec60364429a3d22de (patch) | |
| tree | 5d52ec1eab9ae7183a2c2e3563b286eddf36b866 /scripts | |
| parent | 1be87e2b9e51755ed766943f4c7f14de14db4b97 (diff) | |
| download | live-boot-f36959769865c609173f48eec60364429a3d22de.tar.gz live-boot-f36959769865c609173f48eec60364429a3d22de.zip | |
Forces use of initramfs cpio over busybox's one.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live | 2 |
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 |
