From f36959769865c609173f48eec60364429a3d22de Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Tue, 16 Sep 2008 12:29:03 +0200 Subject: [PATCH] Forces use of initramfs cpio over busybox's one. --- scripts/live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4