Frogging-Family / linux-tkg

linux-tkg custom kernels
GNU General Public License v2.0
1.33k stars 167 forks source link

Add support for other boot loaders #870

Open minecrawler opened 9 months ago

minecrawler commented 9 months ago

At the moment, the install script only supports grub, however it would be great if it would also support other boot loader options, which are gaining popularity:

What's the general opinion on this?

AdelKS commented 8 months ago

I think we should remove the support for explicitly doing anything with the bootloader. systemd provides the correct hooks with kernel-install so the user modifies something there so the correct process happens :thinking:

afaik I only saw Gentoo implementing this.