wok annotate grub2/stuff/etc-default-grub @ rev 24060

Up brotli (1.0.9), tinyssh (20210601), udftools (2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 10 07:14:38 2021 +0000 (2021-06-10)
parents
children
rev   line source
Hans-G?nter@24028 1 # If you change this file, run
Hans-G?nter@24028 2 # grub-mkconfig -o /boot/grub/grub.cfg.
Hans-G?nter@24028 3 # afterwards.
Hans-G?nter@24028 4 # For full documentation of the options in this file, see:
Hans-G?nter@24028 5 # https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html
Hans-G?nter@24028 6
Hans-G?nter@24028 7 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo SliTaz`
Hans-G?nter@24028 8
Hans-G?nter@24028 9 #GRUB_DEFAULT=saved
Hans-G?nter@24028 10 #GRUB_SAVEDEFAULT=true
Hans-G?nter@24028 11
Hans-G?nter@24028 12 #GRUB_TIMEOUT=5
Hans-G?nter@24028 13 #GRUB_TIMEOUT_STYLE=menu
Hans-G?nter@24028 14 #GRUB_HIDDEN_TIMEOUT=0
Hans-G?nter@24028 15 #GRUB_HIDDEN_TIMEOUT_QUIET=true
Hans-G?nter@24028 16
Hans-G?nter@24028 17 #GRUB_TERMINAL_INPUT=""
Hans-G?nter@24028 18 #GRUB_TERMINAL_OUTPUT=""
Hans-G?nter@24028 19 # Uncomment to disable graphical terminal (grub-pc only)
Hans-G?nter@24028 20 #GRUB_TERMINAL=console
Hans-G?nter@24028 21
Hans-G?nter@24028 22 #GRUB_SERIAL_COMMAND=""
Hans-G?nter@24028 23
Hans-G?nter@24028 24 #GRUB_CMDLINE_LINUX=""
Hans-G?nter@24028 25 #GRUB_CMDLINE_LINUX_DEFAULT=""
Hans-G?nter@24028 26
Hans-G?nter@24028 27 #GRUB_VIDEO_BACKEND=
Hans-G?nter@24028 28 #GRUB_BACKGROUND=
Hans-G?nter@24028 29 #GRUB_THEME=
Hans-G?nter@24028 30 #GRUB_GFXPAYLOAD_LINUX=
Hans-G?nter@24028 31 # The resolution used on graphical terminal
Hans-G?nter@24028 32 # note that you can use only modes which your graphic card supports via VBE
Hans-G?nter@24028 33 # you can see them in real GRUB with the command `vbeinfo'
Hans-G?nter@24028 34 #GRUB_GFXMODE=640x480
Hans-G?nter@24028 35
Hans-G?nter@24028 36 #GRUB_DISABLE_OS_PROBER=true
Hans-G?nter@24028 37 #GRUB_OS_PROBER_SKIP_LIST=""
Hans-G?nter@24028 38
Hans-G?nter@24028 39 #GRUB_DISABLE_SUBMENU=y
Hans-G?nter@24028 40 # Uncomment to disable generation of recovery mode menu entries
Hans-G?nter@24028 41 #GRUB_DISABLE_RECOVERY="true"
Hans-G?nter@24028 42
Hans-G?nter@24028 43 #GRUB_ENABLE_CRYPTODISK=y
Hans-G?nter@24028 44
Hans-G?nter@24028 45 # Uncomment to get a beep at grub start
Hans-G?nter@24028 46 #GRUB_INIT_TUNE="480 440 1"
Hans-G?nter@24028 47
Hans-G?nter@24028 48 #GRUB_PRELOAD_MODULES=""
Hans-G?nter@24028 49
Hans-G?nter@24028 50 # Uncomment to enable BadRAM filtering, modify to suit your needs
Hans-G?nter@24028 51 # This works with Linux (no patch required) and with any kernel that obtains
Hans-G?nter@24028 52 # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
Hans-G?nter@24028 53 #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
Hans-G?nter@24028 54
Hans-G?nter@24028 55 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
Hans-G?nter@24028 56 #GRUB_DISABLE_LINUX_UUID=true