mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-28 07:44:52 +00:00
create /etc/default/grub more like anaconda would create it (#678453)
This commit is contained in:
parent
bf4e2d266e
commit
16c009c051
1 changed files with 5 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
GRUB_TIMEOUT=5
|
||||
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
|
||||
GRUB_DEFAULT=saved
|
||||
# GRUB_TERMINAL="serial console"
|
||||
# GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600"
|
||||
GRUB_CMDLINE_LINUX="quiet rhgb"
|
||||
|
|
Loading…
Reference in a new issue