On Sun, Apr 8, 2012 at 10:19 PM, Chris Murphy <[email protected]> wrote: > > GRUB2 manual says > > GRUB_DISABLE_RECOVERY=true > > I've tried this with 1.99 and 2.00 beta 2 and it works. I think the typos are > the quotes.
/etc/default/grub is sourced by a POSIX shell, meaning that GRUB_DISABLE_RECOVERY=true is a variable assignment, and in shell scripting foo="bar" and foo=bar (and foo='bar') are completely identical assignments. -- Jordan Uggla (Jordan_U on irc.freenode.net) _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
