Created
June 3, 2017 09:38
-
-
Save amanualt/daa6da54574f22816b0b64c9d63bef53 to your computer and use it in GitHub Desktop.
/etc/default/grub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GRUB_DEFAULT=0 | |
GRUB_HIDDEN_TIMEOUT=0 | |
GRUB_HIDDEN_TIMEOUT_QUIET=true | |
GRUB_TIMEOUT=1 | |
GRUB_TIMEOUT_STYLE=hidden | |
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | |
GRUB_CMDLINE_LINUX_DEFAULT="text" | |
GRUB_CMDLINE_LINUX="initrd=/install/initrd.gz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment