#21 grub2 installtion and config fixups
Merged by jannau. Opened by jannau.
fedora-asahi/ jannau/asahi-platform-metapackage grub2-fixups  into  main

  • remove orphaned grub modules in /boot/grub2/arm64-efi copied by kiwi, prevents rhbz#2361849
  • adjust GOME/KDE installations to match fedora desktop installations, most importantly set menu_auto_hide=1 which automatically shows the grub menu during boot issues

only lightly tested so far

rebased onto 6f79d52dd9b09ba6a08daefa082ab50c9d0fe9be

Commented the %posttrans for FAR_grub2_config_fixup.sh so the script can be tested by a wider audience since I'd like merge the grub2 module cleanup ASAP.

Install this script to libexecdir instead of bindir. In general these shouldn't be in the path.

3 new commits added

  • Add all variants of /etc/default/grub inside install images
  • Add script to adjust grub2 config to Fedora Desktop defaults
  • Cleanup orphaned grub2 efi modules (rhbz#2361849)

3 new commits added

  • Add all variants of /etc/default/grub inside install images
  • Add script to adjust grub2 config to Fedora Desktop defaults
  • Cleanup orphaned grub2 efi modules (rhbz#2361849)

dropped the unnecessary copying of %SOURCE1 from %prep as it is directly installed

Pull-Request has been merged by jannau