config.sh: Add expected GRUB settings for Fedora setups
This commit is contained in:
parent
acc56affb2
commit
98b6bf5dd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user