From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drRIi-0001wB-G6 for guix-patches@gnu.org; Mon, 11 Sep 2017 12:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drRIc-0006o0-VB for guix-patches@gnu.org; Mon, 11 Sep 2017 12:11:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53337) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drRIc-0006nr-Qu for guix-patches@gnu.org; Mon, 11 Sep 2017 12:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drRIc-0007Ly-GQ for guix-patches@gnu.org; Mon, 11 Sep 2017 12:11:02 -0400 Subject: [bug#28377] [PATCH 09/10] vm: Allow users to specify a UUID for the root partition. Resent-Message-ID: Date: Mon, 11 Sep 2017 18:10:45 +0200 From: Danny Milosavljevic Message-ID: <20170911181045.2b5a4f83@scratchpost.org> In-Reply-To: <20170906221756.17024-9-ludo@gnu.org> References: <20170906221756.17024-1-ludo@gnu.org> <20170906221756.17024-9-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28377@debbugs.gnu.org On Thu, 7 Sep 2017 00:17:55 +0200 Ludovic Court=C3=A8s wrote: > +partition; likewise FILE-SYSTEM-UUID, if true, is the UUID of the root ^^^ ?? ^^^^^^ which is it?= =20 Probably meant "not #f". Otherwise LGTM!