5 kx # If you change this file, run grub-mkconfig -o /boot/grub/grub.cfg
5 kx # afterwards to update /boot/grub/grub.cfg.
5 kx
5 kx GRUB_DEFAULT=0
5 kx #GRUB_HIDDEN_TIMEOUT=0
5 kx GRUB_HIDDEN_TIMEOUT_QUIET=false
5 kx GRUB_TIMEOUT=10
5 kx GRUB_DISTRIBUTOR=$( sed 's/Radix /Radix-/' /etc/radix-version )
5 kx GRUB_CMDLINE_LINUX_DEFAULT=""
5 kx GRUB_CMDLINE_LINUX=""
5 kx
5 kx # Uncomment to disable graphical terminal (grub-pc only)
5 kx #GRUB_TERMINAL=console
5 kx
5 kx # The resolution used on graphical terminal
5 kx # note that you can use only modes which your graphic card supports via VBE
5 kx # you can see them in real GRUB with the command `vbeinfo'
5 kx #GRUB_GFXMODE=640x480
5 kx #GRUB_GFXMODE=1024x768x32
5 kx
5 kx # Font used on the graphical terminal:
5 kx #GRUB_FONT=/usr/share/grub/dejavusansmono.pf2
5 kx
5 kx # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
5 kx #GRUB_DISABLE_LINUX_UUID=true
5 kx
5 kx # Uncomment to disable generation of recovery mode menu entries
5 kx #GRUB_DISABLE_RECOVERY="true"