slackware-current/source/a/grub/etc.default.grub
Patrick J Volkerding 2a236157ac Mon Jun 24 21:17:14 UTC 2024
a/grub-2.12-x86_64-6.txz:  Rebuilt.
  Added update-grub script. Thanks to LuckyCyborg.
  Also add grub-update symlink.
  Disable the submenus. Thanks to LuckyCyborg.
  Also find initrd-${tag}-${version}.gz and initrd-${tag}.gz. Thanks to gwhl.
  Support kernel symlinks/files named vmlinu[xz]-generic, vmlinu[xz]-custom,
  and vmlinu[xz]-huge. Thanks to Petri Kaukasoina.
  Enabled os-prober again. It works here, and (at least with lilo) we've always
  been friendly to dual-booting. It's easy to disable if you don't like it.
  Sorry to LuckyCyborg. ;-)
d/parallel-20240622-noarch-1.txz:  Upgraded.
kde/qca-2.3.9-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.1_34-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.48.2-x86_64-1.txz:  Upgraded.
n/ntp-4.2.8p18-x86_64-4.txz:  Rebuilt.
  In ntp.conf, don't use direct logging to /var/log/ntp. Instead use the syslog
  facility to avoid having to restart ntpd when the logs are rotated.
  We'll still rotate /var/log/ntp if we see it, though.
  Thanks to Petri Kaukasoina.
xap/NetworkManager-openvpn-1.12.0-x86_64-1.txz:  Upgraded.
2024-06-24 23:59:55 +02:00

38 lines
1.2 KiB
Text

# If you change this file, run grub-mkconfig -o /boot/grub/grub.cfg
# afterwards to update /boot/grub/grub.cfg.
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=$( sed 's/Slackware /Slackware-/' /etc/slackware-version )
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#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=640x480
#GRUB_GFXMODE=1024x768x32
# Font used on the graphical terminal:
#GRUB_FONT=/usr/share/grub/dejavusansmono.pf2
# 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"
# Search for other operating systems with os-prober.
# If you don't want this, you can do any of these things to disable it:
# - change to "true"
# - comment it out, since disabled is the default
# - remove the executable bit from /etc/grub.d/30_os-prober
GRUB_DISABLE_OS_PROBER="false"
# Disable the submenus:
GRUB_DISABLE_SUBMENU="true"