grub/grub2-default
Silvan Calarco 53ce584c8f merge specfile changes from 2.04:
updated patch to customize boot message
posttrans: use OS name from /etc/os-release when building EFI loaders
add -theme-starfield subpackage [release 2.06-6mamba;Thu Apr 20 2023]
2024-01-05 23:28:55 +01:00

14 lines
334 B
Plaintext

GRUB_DISTRIBUTOR="openmamba"
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
#GRUB_DISABLE_LINUX_UUID=true
GRUB_DISABLE_LINUX_RECOVERY=true
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
#GRUB_TIMEOUT=5
#GRUB_TERMINAL=
#GRUB_SERIAL_COMMAND=
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
GRUB_DISABLE_OS_PROBER=false