Skip to content
Snippets Groups Projects
Commit a606b71d authored by Lucas Manika Koeb's avatar Lucas Manika Koeb
Browse files

le-conf: Add /etc/default/grub to fix the system name displayed by grub

parent 9befcb23
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
# USA. # USA.
# Files to divert: # Files to divert:
DIVERTS="/etc/lsb-release" DIVERTS="/etc/lsb-release\
/etc/default/grub"
if [[ "$1" != "upgrade" ]]; then if [[ "$1" != "upgrade" ]]; then
for file in $DIVERTS; do for file in $DIVERTS; do
......
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
# USA. # USA.
# Files to divert: # Files to divert:
DIVERTS="/etc/lsb-release" DIVERTS="/etc/lsb-release\
/etc/default/grub"
# Divert files: # Divert files:
for file in $DIVERTS; do for file in $DIVERTS; do
......
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`echo $(lsb_release -i -s -r 2> /dev/null || echo Debian)`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
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
# 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_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment