From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzMzX-0006Eo-Un for guix-patches@gnu.org; Tue, 03 Oct 2017 09:12:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzMzS-0006ul-DS for guix-patches@gnu.org; Tue, 03 Oct 2017 09:12:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36737) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzMzS-0006uf-9T for guix-patches@gnu.org; Tue, 03 Oct 2017 09:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzMzS-0000iR-4P for guix-patches@gnu.org; Tue, 03 Oct 2017 09:12:02 -0400 Subject: [bug#28635] [PATCH 1/2] vm: Add a minimum root size. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170928205416.647d53d7@cbaines.net> <20170928195754.28688-1-mail@cbaines.net> Date: Tue, 03 Oct 2017 15:11:16 +0200 In-Reply-To: <20170928195754.28688-1-mail@cbaines.net> (Christopher Baines's message of "Thu, 28 Sep 2017 20:57:53 +0100") Message-ID: <874lrg8jgr.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: Christopher Baines Cc: 28635@debbugs.gnu.org Christopher Baines skribis: > * gnu/system/vm.scm (qemu-image): When guessing the root-size, use a lower > bound of 20 MiB, otherwise the root file system size is sometimes 0 MiB= in > size. LGTM, thanks! Ludo=E2=80=99.