diff options
Diffstat (limited to 'helpers/lh_chroot_linux-image')
-rwxr-xr-x | helpers/lh_chroot_linux-image | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/helpers/lh_chroot_linux-image b/helpers/lh_chroot_linux-image index 6d9a756..eafaaa6 100755 --- a/helpers/lh_chroot_linux-image +++ b/helpers/lh_chroot_linux-image @@ -128,22 +128,7 @@ EOF mv chroot/etc/kernel-img.conf.old chroot/etc/kernel-img.conf else # Removing kernel-img.conf file - #rm -f chroot/etc/kernel-img.conf - -# Default file taken from debian-installer etchr2 -cat > chroot/etc/kernel-img.conf << EOF -# Kernel Image management overrides -# See kernel-img.conf(5) for details -do_symlinks = yes -relative_links = yes -do_bootloader = no -do_bootfloppy = no -do_initrd = yes -link_in_boot = no -postinst_hook = update-grub -postrm_hook = update-grub -EOF - + Truncate chroot/etc/kernel-img.conf fi # Removing stage file |