From 89d60a60903215e83831f2db2771468c9982db9a Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 18 Jun 2019 10:38:46 -0400 Subject: [PATCH] add grub config --- files | 1 + system/grub | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 system/grub diff --git a/files b/files index d3474c7..2ab9dc3 100644 --- a/files +++ b/files @@ -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 diff --git a/system/grub b/system/grub new file mode 100644 index 0000000..c286046 --- /dev/null +++ b/system/grub @@ -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"