From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drViV-0007vj-Q8 for guix-patches@gnu.org; Mon, 11 Sep 2017 16:54:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drViU-0006mU-Vx for guix-patches@gnu.org; Mon, 11 Sep 2017 16:54:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drViU-0006mP-S8 for guix-patches@gnu.org; Mon, 11 Sep 2017 16:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drViU-0005kG-KW for guix-patches@gnu.org; Mon, 11 Sep 2017 16:54:02 -0400 Subject: bug#28377: [PATCH 09/10] vm: Allow users to specify a UUID for the root partition. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170906221756.17024-1-ludo@gnu.org> <20170906221756.17024-9-ludo@gnu.org> <20170911181045.2b5a4f83@scratchpost.org> Date: Mon, 11 Sep 2017 22:53:04 +0200 In-Reply-To: <20170911181045.2b5a4f83@scratchpost.org> (Danny Milosavljevic's message of "Mon, 11 Sep 2017 18:10:45 +0200") Message-ID: <871sndarf3.fsf@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: Danny Milosavljevic Cc: 28377-done@debbugs.gnu.org Danny Milosavljevic skribis: > 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 i= t?=20 > > Probably meant "not #f". Yes. In Scheme only #f is false; any other value is true. I=E2=80=99ve replaced =E2=80=9Cis the UUID=E2=80=A6=E2=80=9D by =E2=80=9Csp= ecifies the UUID=E2=80=A6=E2=80=9D, which is hopefully clearer. I=E2=80=99ve now pushed the whole series. Thanks for reviewing! Ludo=E2=80=99.