Update grub.default
This commit is contained in:
parent
a21411f431
commit
d635a9f599
|
@ -1,6 +1,6 @@
|
|||
GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=10
|
||||
GRUB_DISTRIBUTOR="Milis"
|
||||
GRUB_DISTRIBUTOR="`lsb_release -i -s 2> /dev/null || echo Milis`"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||
GRUB_CMDLINE_LINUX=""
|
||||
|
||||
|
|
Loading…
Reference in New Issue