From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8vDZ-0005HK-5S for guix-patches@gnu.org; Sun, 29 Oct 2017 17:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8vDW-00010C-1q for guix-patches@gnu.org; Sun, 29 Oct 2017 17:34:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60568) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e8vDV-0000zf-UK for guix-patches@gnu.org; Sun, 29 Oct 2017 17:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e8vDV-0007K8-Iw for guix-patches@gnu.org; Sun, 29 Oct 2017 17:34:01 -0400 Subject: [bug#29058] [PATCH] tests: install: Estimate the installation system disk size. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171029185250.32037-1-h.goebel@crazy-compilers.com> Date: Sun, 29 Oct 2017 22:33:40 +0100 In-Reply-To: <20171029185250.32037-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Sun, 29 Oct 2017 19:52:50 +0100") Message-ID: <87mv491vwr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Hartmut Goebel Cc: 29058@debbugs.gnu.org Hartmut Goebel skribis: > 1500 MiB are too small for a current system, thus use let > system-disk-image estimate the required size. > > * gnu/tests/install.scm: (run-install): Pass "#:disk-image-size > 'guess" to system-disk-image. Good idea, LGTM! Thanks, Ludo'.