From a12b90a380f88d0d7d63aeb0ba4ed361c038ff3a Mon Sep 17 00:00:00 2001 From: kittenlikeasmallcat <75060689+ktnlikeasmallcat@users.noreply.github.com> Date: Thu, 4 Aug 2022 08:09:34 +0000 Subject: [PATCH] Create grub --- default/grub | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 default/grub diff --git a/default/grub b/default/grub new file mode 100644 index 0000000..697c6ca --- /dev/null +++ b/default/grub @@ -0,0 +1,21 @@ +# +# Configuration file for GRUB. +# +GRUB_DEFAULT=0 +GRUB_HIDDEN_TIMEOUT=0 +GRUB_HIDDEN_TIMEOUT_QUIET=true +GRUB_TIMEOUT=0 +GRUB_DISTRIBUTOR="Void" +GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4 nowatchdog" +# Uncomment to use basic console +#GRUB_TERMINAL_INPUT="console" +# Uncomment to disable graphical terminal +#GRUB_TERMINAL_OUTPUT=console +GRUB_BACKGROUND=/home/ktn/.fract0.png +#GRUB_GFXMODE=1920x1080x32 +#GRUB_DISABLE_LINUX_UUID=true +#GRUB_DISABLE_RECOVERY=true +# Uncomment and set to the desired menu colors. Used by normal and wallpaper +# modes only. Entries specified as foreground/background. +#GRUB_COLOR_NORMAL="light-blue/black" +#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"