mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 02:59:01 +00:00
Remove old comment, made redundant by Felix' update
This commit is contained in:
parent
85c09bd82e
commit
db1a9a423c
5
debian/default/grub
vendored
5
debian/default/grub
vendored
@ -1,11 +1,10 @@
|
|||||||
# If you change this file, run 'update-grub' afterwards to update
|
# If you change this file, run 'update-grub' afterwards to update
|
||||||
# /boot/grub/grub.cfg.
|
# /boot/grub/grub.cfg.
|
||||||
# This file is sourced by update-grub, and its variables are propagated
|
|
||||||
# to its children in /etc/grub.d/
|
|
||||||
GRUB_DEFAULT=0
|
GRUB_DEFAULT=0
|
||||||
GRUB_TIMEOUT=5
|
GRUB_TIMEOUT=5
|
||||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
||||||
GRUB_CMDLINE_LINUX="quiet"
|
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||||
|
|
||||||
# Uncomment to disable graphical terminal (grub-pc only)
|
# Uncomment to disable graphical terminal (grub-pc only)
|
||||||
#GRUB_TERMINAL=console
|
#GRUB_TERMINAL=console
|
||||||
|
Loading…
Reference in New Issue
Block a user