From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bPVg8-0007E9-J8 for mharc-grub-devel@gnu.org; Tue, 19 Jul 2016 10:07:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPVg3-0007Dv-0l for grub-devel@gnu.org; Tue, 19 Jul 2016 10:07:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPVg1-0005YD-0a for grub-devel@gnu.org; Tue, 19 Jul 2016 10:07:13 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:34142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPVg0-0005Y5-Ox for grub-devel@gnu.org; Tue, 19 Jul 2016 10:07:12 -0400 Received: by mail-pf0-x241.google.com with SMTP id g202so1474276pfb.1 for ; Tue, 19 Jul 2016 07:07:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=LEB0+MRAtz81N/hmHnhjEhnmtY0JxBrVrqx8EmJiirs=; b=SEHtSDK6En+aO5iX9m2Dw7DnOZVgH7MYbsHHHoEx5PhzeDv6ZHov4cNAMcbwKNWCLi azZtQ2w6t0aBrUlK2dGF8PYEajy10JW6lUi6FfPDz462TIOnfVqNQaZY5hh1th3efzaB WdNHj2QKROc/qhYXLhfGyRxG2ANAvNh+ngFpGZitI7Ue/mfpB7RIlvrOb4TmtvMEst3o Xh8s3WDQEjhEdbEc3rQQLy45dyZFnOJeZ8xIcV+JccmZU7pfgEIrZXGtNZr5yXfeVqZU 2wDtm9RCWF9ZUv83AAz/Frso495rOosJ3rYt15bgWjbfa3ABn/NVWIQHS7Nn06XF9c2z VnbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=LEB0+MRAtz81N/hmHnhjEhnmtY0JxBrVrqx8EmJiirs=; b=Fpja0zkkC4UKnDixljFVS155JeKQHxyMMt81Vv51gjCfQ7OL2f/+CHAFZtWzQhIyn2 SJK9ZNHwso9mMq5X72N6nWJZgAzPyhxhEA0XTQqMpo8IeH2RauliyyKXF0kUgDxFax8f +mn/dvE5TNaTr0+7Vk7uK160smXJ4LW6rULEEvLT7NOAhvE0LhRts4PbPBJIK2dS1pCZ 3Fa/+IPRIFh+EYUPnlGLu2NdvIU7RGvuJE5uPNKJLR/kPCPTp0BJ/UnjWNsEE+zL87sq 97WrssGASl7NnmtxlebIYH+Vx+nW/icGyfWmME32ltjZ2r0vFo9Rm3mZSV+NSrmyUfAd N6fQ== X-Gm-Message-State: ALyK8tI9lOurPVfvqAUtDcd2PqaA2brKfr/q9S1xcX+DX1/QuaJvfb3G86oBE6El2ZxN8A== X-Received: by 10.98.5.2 with SMTP id 2mr55486407pff.58.1468937231434; Tue, 19 Jul 2016 07:07:11 -0700 (PDT) Received: from localhost.localdomain ([2601:602:9c00:cf41:a15c:1ca:cdf1:57a3]) by smtp.googlemail.com with ESMTPSA id d72sm5656837pfj.15.2016.07.19.07.07.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Jul 2016 07:07:10 -0700 (PDT) From: Nicholas Vinson To: grub-devel@gnu.org Cc: Nicholas Vinson Subject: Re: [GRUB PARTUUID PATCH 2/2] Update grub script template files Date: Tue, 19 Jul 2016 07:07:05 -0700 Message-Id: <20160719140705.18303-1-nvinson234@gmail.com> X-Mailer: git-send-email 2.9.2 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::241 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 14:07:19 -0000 Thanks, Nicholas Vinson Signed-off-by: Nicholas Vinson --- 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