diff --git a/config.sh b/config.sh index 5e357a9..c8ff97f 100755 --- a/config.sh +++ b/config.sh @@ -38,6 +38,10 @@ rm -f /var/lib/systemd/random-seed ## Works around issues with grub-bls ## See: https://github.com/OSInside/kiwi/issues/2198 echo "GRUB_DEFAULT=saved" >> /etc/default/grub +## Disable submenus to match Fedora +echo "GRUB_DISABLE_SUBMENU=true" >> /etc/default/grub +## Disable recovery entries to match Fedora +echo "GRUB_DISABLE_RECOVERY=true" >> /etc/default/grub #====================================== # Delete & lock the root user password