Skip to content

Instantly share code, notes, and snippets.

@amanualt
Created June 3, 2017 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amanualt/daa6da54574f22816b0b64c9d63bef53 to your computer and use it in GitHub Desktop.
Save amanualt/daa6da54574f22816b0b64c9d63bef53 to your computer and use it in GitHub Desktop.
/etc/default/grub
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