Including default kernel-img.conf in live-systems.
This commit is contained in:
parent
179b86ab64
commit
6244123de2
|
@ -128,7 +128,22 @@ EOF
|
||||||
mv chroot/etc/kernel-img.conf.old chroot/etc/kernel-img.conf
|
mv chroot/etc/kernel-img.conf.old chroot/etc/kernel-img.conf
|
||||||
else
|
else
|
||||||
# Removing kernel-img.conf file
|
# Removing kernel-img.conf file
|
||||||
rm -f chroot/etc/kernel-img.conf
|
#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
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Removing stage file
|
# Removing stage file
|
||||||
|
|
Loading…
Reference in New Issue