Adding update-initramfs call back in lh_chroot_hacks, but only for netboot.

This commit is contained in:
Daniel Baumann 2009-05-02 08:42:22 +02:00
parent 695d3eedee
commit deaa1214dc
1 changed files with 9 additions and 6 deletions

View File

@ -40,6 +40,12 @@ Create_lockfile .lock
# Removing udev mac caching rule
rm -f chroot/etc/udev/rules.d/*persistent-net.rules
# Remove resume
if [ "${LH_DISTRIBUTION}" = "etch" ] && [ -e /etc/initramfs-tools/conf.d/resume ]
then
rm -f /etc/initramfs-tools/conf.d/resume
fi
case "${LH_BINARY_IMAGES}" in
net)
if [ ! -f chroot/usr/bin/smbmount ]
@ -60,15 +66,12 @@ BOOT=nfs
NFSROOT=auto
EOF
fi
# Update initramfs
Chroot "update-initramfs -k all -t -u"
;;
esac
# Remove resume
if [ "${LH_DISTRIBUTION}" = "etch" ] && [ -e /etc/initramfs-tools/conf.d/resume ]
then
rm -f /etc/initramfs-tools/conf.d/resume
fi
# Ensure readable permissions on initramfs. loop-aes-utils sets umask to
# protect GPG keys, which live-helper does not support.
# Note: Use find rather than chmod on the wildcard, one never knows what