Make mkinitcpio create UKIs by default if the option is set in mkinitcpio.conf
Alternative to !190 (closed) 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