Antynea / grub-btrfs

Include btrfs snapshots at boot options. (Grub menu)
GNU General Public License v3.0
745 stars 77 forks source link

Feature Request: Support NO microcode option in config. #335

Closed bkmo closed 2 months ago

bkmo commented 3 months ago

Arch now defaults to adding the microcode to iniramfs with mkinitcpio. Can we have a config option for grub-btrfs to not add it via grub? Thanks

cinnamonmatexfce commented 2 months ago

Add these onto your etc/default/grub:

GRUB_EARLY_INITRD_LINUX_CUSTOM=""
GRUB_EARLY_INITRD_LINUX_STOCK=""
bkmo commented 2 months ago

Please explain why you think this will disable grub-btrfs from adding the microcode to initrd? It may keep Grub from adding it, but then grub-btrfs will add it anyway to grub-btrfs.cfg. I am going to close this request as I have added a config option to my own fork.