[SCM] debian-live branch, master, updated. 1.0_a48-1-38-gf7da00a

Chris Lamb chris at chris-lamb.co.uk
Sun Aug 10 06:14:32 UTC 2008


The following commit has been merged in the master branch:
commit 6ed6f6a172a2d863bd0b40bdb218e24d729b51d2
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Aug 10 07:01:11 2008 +0100

    Disabling call to "update-initramfs" in lh_chroot_hacks.
    
    Users who are modifying initramfs scripts via chroot_local-includes
    should really run update-initramfs themselves - this wasn't possible until
    fairly recently due to re-ordering of calls from lh_chroot.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index df89104..af88437 100755
--- a/helpers/lh_chroot_hacks
+++ b/helpers/lh_chroot_hacks
@@ -74,9 +74,6 @@ then
 	rm -f /etc/initramfs-tools/conf.d/resume
 fi
 
-# Update initramfs
-Chroot "update-initramfs -k all -t -u"
-
 # Ensure readable permissions on initramfs. loop-aes-utils sets umask to
 # protect GPG keys, which live-helper does not support.
 chmod go+r chroot/boot/initrd*

-- 
debian-live



More information about the debian-live-changes mailing list