[SCM] Debian Live initramfs hook branch, master, updated. 1.139.1-2-19-g79d1725

Marco Amadori amadorim at vdavda.com
Wed Sep 17 06:52:05 UTC 2008


The following commit has been merged in the master branch:
commit 0735151686021c84e85b3014a0861a9297335dd4
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Tue Sep 16 12:29:03 2008 +0200

    Forces use of initramfs cpio over busybox's one.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list