I was exploring something that involved trying to use the vmlinuz and iniitd.img links with GRUB instead of the kernel images themselves. Looking at this file (KDEneon):
shows those two options.
In Kali:
so two more options.
The issue is NONE of these options are documented in the man page. I looked at several sources and they are all the same: kernel-img.conf(5)
Is it just not updated any longer or what?
Code:
cat /etc/kernel-img.conf # Kernel Image management overrides # See kernel-img.conf(5) for details do_symlinks = yes do_bootloader = no
In Kali:
Code:
cat /etc/kernel-img.conf # Kernel Image management overrides # See kernel-img.conf(5) for details do_symlinks = yes do_bootloader = no do_initrd = yes link_in_boot = yes
so two more options.
The issue is NONE of these options are documented in the man page. I looked at several sources and they are all the same: kernel-img.conf(5)
Is it just not updated any longer or what?
Comment