[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-48-g5bfebb7

Daniel Baumann daniel at debian.org
Sun May 3 07:30:29 UTC 2009


The following commit has been merged in the master branch:
commit 5bfebb7f093229bc456562c0e26e64f22ed7f8f9
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun May 3 09:25:06 2009 +0200

    Correcting chroot call for update-initramfs in lh_chroot_hacks.

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index 03fa50b..d436faf 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -68,7 +68,7 @@ EOF
 		fi
 
 		# Update initramfs
-		Chroot "update-initramfs -k all -t -u"
+		Chroot chroot "update-initramfs -k all -t -u"
 		;;
 esac
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list