Adjust grubcfg.conf for ROSA

This commit is contained in:
Andrey Bondrov 2015-10-20 22:51:06 +10:00
parent 6b7891507c
commit 5e55f8f363
3 changed files with 20 additions and 21 deletions

View file

@ -20,7 +20,7 @@ Source7: omv-bootloader.conf
Source8: rosa-displaymanager.conf Source8: rosa-displaymanager.conf
Source9: rosa-finished.conf Source9: rosa-finished.conf
Source10: rosa-fstab.conf Source10: rosa-fstab.conf
Source11: omv-grubcfg.conf Source11: rosa-grubcfg.conf
Source12: rosa-keyboard.conf Source12: rosa-keyboard.conf
Source13: rosa-locale.conf Source13: rosa-locale.conf
Source14: rosa-machineid.conf Source14: rosa-machineid.conf

View file

@ -1,20 +0,0 @@
---
# If set to true, always creates /etc/default/grub from scratch even if the file
# already existed. If set to false, edits the existing file instead.
overwrite: false
# Default entries to write to /etc/default/grub if it does not exist yet or if
# we are overwriting it. Note that in addition, GRUB_CMDLINE_LINUX_DEFAULT and
# GRUB_DISTRIBUTOR will always be written, with automatically detected values.
defaults:
GRUB_TIMEOUT: 10
GRUB_DEFAULT: "saved"
GRUB_DISABLE_SUBMENU: true
GRUB_DISABLE_RECOVERY: false
GRUB_GFXPAYLOAD: "keep"
GRUB_GFXMODE: "1680x1050,1360x786,1280x800,1024x768,1024x600,800x600,640x480"
GRUB_CMDLINE_LINUX_DEFAULT: "quiet splash=silent logo.nologo acpi_osi=Linux video.use_native_backlight=1 audit=0"
GRUB_CMDLINE_LINUX_RECOVERY: " failsafe nomodest xdriver=vesa vga=788 systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M audit=0"
GRUB_DISABLE_VENDOR_CONF: false
GRUB_THEME: "/boot/grub2/themes/OpenMandriva/theme.txt"
GRUB_BACKGROUND: "/boot/grub2/themes/OpenMandriva/terminal_background.png"
GRUB_DISTRIBUTOR: "OpenMandriva Lx"

19
rosa-grubcfg.conf Normal file
View file

@ -0,0 +1,19 @@
---
# If set to true, always creates /etc/default/grub from scratch even if the file
# already existed. If set to false, edits the existing file instead.
overwrite: false
# Default entries to write to /etc/default/grub if it does not exist yet or if
# we are overwriting it. Note that in addition, GRUB_CMDLINE_LINUX_DEFAULT and
# GRUB_DISTRIBUTOR will always be written, with automatically detected values.
defaults:
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
GRUB_DISTRIBUTOR="ROSA"
GRUB_GFXMODE=1024x768,1024x600,800x600,640x480
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT="10"
GRUB_CMDLINE_LINUX_DEFAULT='splash=silent logo.nologo'
GRUB_DISABLE_OS_PROBER=false
GRUB_THEME="/boot/grub2/themes/rosa/theme.txt"
GRUB_BACKGROUND="/boot/grub2/themes/rosa/terminal_background.png"