[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] document GRUB_DISABLE_SUBMENU
From: |
Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: |
Re: [PATCH] document GRUB_DISABLE_SUBMENU |
Date: |
Sun, 10 Nov 2013 14:35:56 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 |
On 10.11.2013 14:20, Andrey Borzenkov wrote:
> В Mon, 04 Nov 2013 17:09:15 +0100
> Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> пишет:
>
>> On 04.11.2013 15:27, Andrey Borzenkov wrote:
>>> В Mon, 04 Nov 2013 14:15:40 +0100
>>> Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> пишет:
>>>> Could you add that toggling this requires changing default/GRUB_DEFAULT
>>>> and saved default?
>>>>
>>>>
>>>
>>> Like this?
>>>
>> I think it should be "will" not "may". And also explicit mention of
>> default, fallback, GRUB_DEFAULT and grub-reboot/grub-set-default with
>> links would be helpful
>
>
> Default won't need to be changed if it already refers to top-level menu
> entry by ID or title (which does not change). Below is the best I could
> come up with without making it exceedingly large.
>
Thank you. Go ahead.
> From: Andrey Borzenkov <address@hidden>
> To: address@hidden
> Subject: [PATCH] document GRUB_DISABLE_SUBMENU
>
> Signed-off-by: Andrey Borzenkov <address@hidden>
>
> ---
> docs/grub.texi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/docs/grub.texi b/docs/grub.texi
> index ead8fbd..58e04e2 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -1450,6 +1450,18 @@ Normally, @command{grub-mkconfig} will try to use the
> external
> systems installed on the same system and generate appropriate menu entries
> for them. Set this option to @samp{true} to disable this.
>
> address@hidden GRUB_DISABLE_SUBMENU
> +Normally, @command{grub-mkconfig} will generate top level menu entry for
> +the kernel with highest version number and put all other found kernels
> +or alternative menu entries for recovery mode in submenu. For entries
> returned
> +by @command{os-prober} first entry will be put on top level and all others
> +in submenu. If this option is set to @samp{y}, flat menu with all entries
> +on top level will be generated instead. Changing this option will require
> +changing existing values of @samp{GRUB_DEFAULT}, @samp{fallback}
> (@pxref{fallback})
> +and @samp{default} (@pxref{default}) environment variables as well as saved
> +default entry using @command{grub-set-default} and value used with
> address@hidden
> +
> @item GRUB_ENABLE_CRYPTODISK
> If set to @samp{y}, @command{grub-mkconfig} and @command{grub-install} will
> check for encrypted disks and generate additional commands needed to access
>
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
signature.asc
Description: OpenPGP digital signature
- Re: [PATCH]: Add GRUB_DISABLE_SUBMENU option, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/03
- [PATCH] document GRUB_DISABLE_SUBMENU, Andrey Borzenkov, 2013/11/04
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/04
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Andrey Borzenkov, 2013/11/04
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/04
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Andrey Borzenkov, 2013/11/10
- Re: [PATCH] document GRUB_DISABLE_SUBMENU,
Vladimir 'φ-coder/phcoder' Serbinenko <=
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Barry Jackson, 2013/11/10
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Andrey Borzenkov, 2013/11/10
- Re: [PATCH] document GRUB_DISABLE_SUBMENU, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/11/10