From: Nicholas Vinson <nvinson234@gmail.com>
To: grub-devel@gnu.org
Cc: Nicholas Vinson <nvinson234@gmail.com>
Subject: Re: [GRUB PARTUUID PATCH 2/2] Update grub script template files
Date: Tue, 19 Jul 2016 07:07:05 -0700 [thread overview]
Message-ID: <20160719140705.18303-1-nvinson234@gmail.com> (raw)
In-Reply-To: <db158d26cd280c68e946072e80a14a54a4ed1eab.1466385925.git.nvinson234@gmail.com>
Thanks,
Nicholas Vinson
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
---
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
index 5a78513..dc9bab0 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
@@ -224,11 +224,11 @@ while [ "x$list" != "x" ] ; do
elif test -z "${initramfs}" ; then
# "UUID=" and "ZFS=" magic is parsed by initrd or initramfs. Since there's
# no initrd or builtin initramfs, it can't work here. However, if
# GRUB_DEVICE_PARTUUID is not empty we can use that here if
# GRUD_DISABLE_LINUX_UUID is not set to true.
- if [ "x${GRUB_DISABLE_LINUX_UUID}" != "xtrue" ]
+ if [ "x${GRUB_DISABLE_LINUX_UUID}" != "xtrue" ] \
&& [ "x${GRUB_DEVICE_PARTUUID}" != "x" ]; then
linux_root_device_thisversion="PARTUUID=${GRUB_DEVICE_PARTUUID}"
else
linux_root_device_thisversion=${GRUB_DEVICE}
fi
next prev parent reply other threads:[~2016-07-19 14:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-20 1:37 [GRUB PARTUUID PATCH 0/2] GRUB: Add PARTUUID Detection Support Nicholas Vinson
2016-06-20 1:37 ` [GRUB PARTUUID PATCH 1/2] Add PARTUUID detection support to grub-probe Nicholas Vinson
2016-07-27 4:43 ` Andrei Borzenkov
2016-06-20 1:37 ` [GRUB PARTUUID PATCH 2/2] Update grub script template files Nicholas Vinson
2016-07-19 14:07 ` Nicholas Vinson [this message]
2016-07-19 14:16 ` Nick Vinson
2016-07-27 5:01 ` Andrei Borzenkov
2016-07-27 14:36 ` Nick Vinson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160719140705.18303-1-nvinson234@gmail.com \
--to=nvinson234@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).