wok diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub2/stuff/etc-default-grub	Thu Jun 10 07:14:38 2021 +0000
     1.3 @@ -0,0 +1,56 @@
     1.4 +# If you change this file, run 
     1.5 +# grub-mkconfig -o /boot/grub/grub.cfg.
     1.6 +# afterwards.
     1.7 +# For full documentation of the options in this file, see:
     1.8 +#   https://www.gnu.org/software/grub/manual/grub/html_node/Simple-configuration.html
     1.9 +
    1.10 +GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo SliTaz`
    1.11 +
    1.12 +#GRUB_DEFAULT=saved
    1.13 +#GRUB_SAVEDEFAULT=true
    1.14 +
    1.15 +#GRUB_TIMEOUT=5
    1.16 +#GRUB_TIMEOUT_STYLE=menu
    1.17 +#GRUB_HIDDEN_TIMEOUT=0
    1.18 +#GRUB_HIDDEN_TIMEOUT_QUIET=true
    1.19 +
    1.20 +#GRUB_TERMINAL_INPUT=""
    1.21 +#GRUB_TERMINAL_OUTPUT=""
    1.22 +# Uncomment to disable graphical terminal (grub-pc only)
    1.23 +#GRUB_TERMINAL=console
    1.24 +
    1.25 +#GRUB_SERIAL_COMMAND=""
    1.26 +
    1.27 +#GRUB_CMDLINE_LINUX=""
    1.28 +#GRUB_CMDLINE_LINUX_DEFAULT=""
    1.29 +
    1.30 +#GRUB_VIDEO_BACKEND=
    1.31 +#GRUB_BACKGROUND=
    1.32 +#GRUB_THEME=
    1.33 +#GRUB_GFXPAYLOAD_LINUX=
    1.34 +# The resolution used on graphical terminal
    1.35 +# note that you can use only modes which your graphic card supports via VBE
    1.36 +# you can see them in real GRUB with the command `vbeinfo'
    1.37 +#GRUB_GFXMODE=640x480
    1.38 +
    1.39 +#GRUB_DISABLE_OS_PROBER=true
    1.40 +#GRUB_OS_PROBER_SKIP_LIST=""
    1.41 +
    1.42 +#GRUB_DISABLE_SUBMENU=y
    1.43 +# Uncomment to disable generation of recovery mode menu entries
    1.44 +#GRUB_DISABLE_RECOVERY="true"
    1.45 +
    1.46 +#GRUB_ENABLE_CRYPTODISK=y
    1.47 +
    1.48 +# Uncomment to get a beep at grub start
    1.49 +#GRUB_INIT_TUNE="480 440 1"
    1.50 +
    1.51 +#GRUB_PRELOAD_MODULES=""
    1.52 +
    1.53 +# Uncomment to enable BadRAM filtering, modify to suit your needs
    1.54 +# This works with Linux (no patch required) and with any kernel that obtains
    1.55 +# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
    1.56 +#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
    1.57 +
    1.58 +# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
    1.59 +#GRUB_DISABLE_LINUX_UUID=true