From: Marco Amadori Date: Tue, 16 Sep 2008 10:29:03 +0000 (+0200) Subject: Forces use of initramfs cpio over busybox's one. X-Git-Tag: debian/2.0.15-1~431 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=f36959769865c609173f48eec60364429a3d22de;p=live-boot-grml.git Forces use of initramfs cpio over busybox's one. --- 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