37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
# grub-mkconfig configuration
|
|
#
|
|
# More information is available in the documentation. See:
|
|
# info -f grub -n 'Simple Configuration'
|
|
|
|
# Changes will require updating /boot/grub/grub.cfg. This can
|
|
# be done by running: grub-mkconfig -o /boot/grub/grub.cfg
|
|
|
|
GRUB_DEFAULT=0
|
|
GRUB_TIMEOUT=5
|
|
GRUB_DISTRIBUTOR="Snaplinux"
|
|
GRUB_CMDLINE_LINUX_DEFAULT=""
|
|
GRUB_CMDLINE_LINUX=""
|
|
|
|
# This option will cause grub to remove the specified memory
|
|
# addresses from the memory map passed to the kernel. This is
|
|
# generally used to disable damaged regions of RAM.
|
|
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
|
|
|
|
# Specify the input/output device(s) to be used by GRUB. Multiple
|
|
# devices can be separated by spaces.
|
|
#GRUB_TERMINAL=console
|
|
|
|
# The resolution used on graphical terminal
|
|
# note that you can use only modes which your graphic card supports via VBE
|
|
# you can see them in real GRUB with the command `vbeinfo'
|
|
#GRUB_GFXMODE=1024x768x8
|
|
|
|
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
|
|
#GRUB_DISABLE_LINUX_UUID=true
|
|
|
|
# Uncomment to disable generation of recovery mode menu entries
|
|
#GRUB_DISABLE_RECOVERY="true"
|
|
|
|
# Uncomment to get a beep at grub start
|
|
#GRUB_INIT_TUNE="480 440 1"
|