summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-10 07:01:11 +0100
committerChris Lamb <chris@chris-lamb.co.uk>2008-08-10 07:01:11 +0100
commit6ed6f6a172a2d863bd0b40bdb218e24d729b51d2 (patch)
tree0e962761b0b6218d2802fd632f796f4999b2ba7f
parente74a26afdbba4f5399c55a97a479c9721fcd0f0e (diff)
downloadvyos-live-build-6ed6f6a172a2d863bd0b40bdb218e24d729b51d2.tar.gz
vyos-live-build-6ed6f6a172a2d863bd0b40bdb218e24d729b51d2.zip
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@chris-lamb.co.uk>
-rwxr-xr-xhelpers/lh_chroot_hacks3
1 files changed, 0 insertions, 3 deletions
diff --git a/helpers/lh_chroot_hacks b/helpers/lh_chroot_hacks
index df891042d..af8843760 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*