Skip to content

Instantly share code, notes, and snippets.

@kaajavi
Last active August 29, 2015 14:04
Show Gist options
  • Save kaajavi/01e131e31fcd8ac5eaaf to your computer and use it in GitHub Desktop.
Save kaajavi/01e131e31fcd8ac5eaaf to your computer and use it in GitHub Desktop.
Permite no frenar el grub
//UNICA LINEA QUE DICE '"${recordfail}" = 1'
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=-1
else
set timeout=10
por esto otro
terminal_output gfxterm
if [ "${recordfail}" = 1 ]; then
set timeout=10
else
set timeout=10
@kaajavi
Copy link
Author

kaajavi commented Jul 25, 2014

del archivo /boot/grub/grub.cfg, linea noventaypico

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment