On 31.12.2020 12:37, Peter Robinson wrote:
Of course it could, who do you propose to do that work and support all
the various options and code required?
It can be easily installed during Fedora installation by executing the following:

1. Make sure the ESP partition has more than 512 MB of free space (systemd-boot uses an ESP partition to store kernels; the separate /boot is no longer needed). 2. Add Fedora boot flags instead of the /etc/default/grub to the /etc/kernel/cmdline. 3. Install systemd-boot to the ESP partition: bootctl --path=/boot/efi install. 4. Execute kernel-install scripts (I think this stage will be the same as under GRUB2): kernel-install add $(uname -r) /lib/modules/$(uname -r)/vmlinuz.
5. Installation completed.

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to