grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GRUB PARTUUID PATCH V6 4/4] Update grub script template files


From: Daniel Kiper
Subject: Re: [GRUB PARTUUID PATCH V6 4/4] Update grub script template files
Date: Thu, 22 Mar 2018 14:56:20 +0100
User-agent: Mutt/1.3.28i

On Sun, Mar 18, 2018 at 12:06:03PM -0700, Nicholas Vinson wrote:
> Update grub-mkconfig.in and 10_linux.in to support grub-probe's new
> partuuid target.  Update grub.texi documenation.
>
> Signed-off-by: Nicholas Vinson <address@hidden>
> ---
>  docs/grub.texi          |  9 +++++++++
>  util/grub-mkconfig.in   |  3 +++
>  util/grub.d/10_linux.in | 12 +++++++++---
>  3 files changed, 21 insertions(+), 3 deletions(-)
>
> diff --git a/docs/grub.texi b/docs/grub.texi
> index 65b4bbeda..b6a44eb6b 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -1424,6 +1424,15 @@ the Linux kernel, using a @samp{root=UUID=...} kernel 
> parameter.  This is
>  usually more reliable, but in some cases it may not be appropriate.  To
>  disable the use of UUIDs, set this option to @samp{true}.
>
> address@hidden GRUB_ENABLE_LINUX_PARTUUID
> +Setting this option to @samp{true} changes the behavior of
> address@hidden so that it identifies the device containing the root
> +filesystem by the partition UUID via the @samp{root=PARTUUID=...} kernel
> +parameter.  This is desirable for Linux systems where identifying the root
> +filesystem by its filesystem UUID or device name is imappropriate.  However,

s/imappropriate/inappropriate/

> +this option is only supported in Linux kernel versions least 2.6.37 (3.10 for

s/least/at least/?

Otherwise LGTM.

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]