[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Getting rid of 'recovery' entries when generating grub's menu
From: |
Jordan Uggla |
Subject: |
Re: Getting rid of 'recovery' entries when generating grub's menu |
Date: |
Mon, 9 Apr 2012 00:05:54 -0700 |
On Sun, Apr 8, 2012 at 10:19 PM, Chris Murphy <address@hidden> 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)