From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1f60JJ-0005NP-GS for mharc-grub-devel@gnu.org; Tue, 10 Apr 2018 16:56:13 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f60JH-0005MZ-J7 for grub-devel@gnu.org; Tue, 10 Apr 2018 16:56:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f60JD-00060G-NH for grub-devel@gnu.org; Tue, 10 Apr 2018 16:56:11 -0400 Received: from boksu.net-space.pl ([185.15.1.105]:37900) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.71) (envelope-from ) id 1f60JD-0005xR-Bp for grub-devel@gnu.org; Tue, 10 Apr 2018 16:56:07 -0400 Received: (from localhost user: 'dkiper' uid#4000 fake: STDIN (dkiper@boksu.net-space.pl)) by router-fw-old.local.net-space.pl id S1835292AbeDJU4E (ORCPT ); Tue, 10 Apr 2018 22:56:04 +0200 Date: Tue, 10 Apr 2018 22:56:04 +0200 From: Daniel Kiper To: nvinson234@gmail.com Cc: grub-devel@gnu.org Subject: Re: [GRUB PARTUUID PATCH V9 0/5] Add PARTUUID detection support Message-ID: <20180410205604.GC25917@router-fw-old.local.net-space.pl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.15.1.105 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, 10 Apr 2018 20:56:12 -0000 On Sat, Apr 07, 2018 at 04:28:09PM -0700, Nicholas Vinson wrote: > Changes from Patch v8: > - Renamed GRUB_ENABLE_LINUX_PARTUUID to GRUB_DISABLE_LINUX_PARTUUID > - Updated the 10_linux logic so GRUB_ENABLE_LINUX_PARTUUID and > GRUB_ENABLE_LINUX_UUID would behave more independently. > - Documented interactions of GRUB_DISABLE_LINUX_UUID, > GRUB_DISABLE_LINUX_PARTUUID, and initramfs detection in commit > message. > - Added optional patch that sets GRUB_DISABLE_LINUX_PARTUUID to true > by default. > - Fixed merge conflicts between this patchset and upstream's master > branch. Could you provide summary for current version not only for previous ones? Anyway, I think that most of the patches are now in good shape. I am looking forward for next version. Thank you for doing the work. Daniel