Skip to content

Make mkinitcpio create UKIs by default if the option is set in mkinitcpio.conf

cedric cvl requested to merge clavelc/mkinitcpio:uki_conf into master

Alternative to !190 which does not involve kernel-install

  • adds UKI=(yes/no) option to mkinitcpio.conf
  • updates install_kernel() function to respect that setting.

The end goal being, for a fresh Arch install :

# mkdir /etc/mkinitcpio.conf.d
# echo "UKI=yes" > /etc/mkinitcpio.conf.d/uki.conf
# pacstrap...

a quick bootctl install and you have a working setup with UKIs 😄

Happy to hear your thoughts

Merge request reports