add grub config

master
an 2019-06-18 10:38:46 -04:00
parent 1c4e367489
commit 89d60a6090
2 changed files with 19 additions and 0 deletions

1
files
View File

@ -19,6 +19,7 @@ network/nginx.conf /etc/nginx/nginx.conf
scripts ~/src/scripts/*
scripts/bookmark-get.ps1 /mnt/d/w2/Output/_dlscr/bookmark_get.ps1
system/61-xwiimote-custom.conf /etc/X11/xorg.conf.d/61-xwiimote-custom.conf
system/grub /etc/default/grub
system/progm.xkb /usr/share/X11/xkb/symbols/progm
themes ~/.slade3/text_styles/*
themes/ripcord.json ~/.local/share/Ripcord/custom_theme.json

18
system/grub Normal file
View File

@ -0,0 +1,18 @@
# GRUB boot loader configuration
GRUB_DEFAULT=0
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
#GRUB_ENABLE_CRYPTODISK=y
#GRUB_TERMINAL_INPUT=console
#GRUB_TERMINAL_OUTPUT=console
#GRUB_GFXMODE=auto
GRUB_GFXPAYLOAD_LINUX=text
#GRUB_DISABLE_LINUX_UUID=true
#GRUB_DISABLE_RECOVERY=true
GRUB_THEME="/usr/share/grub/themes/breeze/theme.txt"
#GRUB_INIT_TUNE="480 440 1"
GRUB_SAVEDEFAULT="true"