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