guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: install: Estimate the installation system disk size.


From: Hartmut Goebel
Subject: 01/01: tests: install: Estimate the installation system disk size.
Date: Mon, 30 Oct 2017 04:13:23 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 91496dfc9a4c3a708b5c2604fad3e42e101fea04
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 29 19:51:42 2017 +0100

    tests: install: Estimate the installation system disk size.
    
    1500 MiB are too small for a current system, thus let
    system-disk-image estimate the required size.
    
    * gnu/tests/install.scm: (run-install): Pass "#:disk-image-size
      'guess" to system-disk-image.
---
 gnu/tests/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index d0cc08f..a80c520 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -219,7 +219,7 @@ packages defined in installation-os."
                        (image  (system-disk-image
                                 (operating-system-with-gc-roots
                                  os (list target))
-                                #:disk-image-size (* 1500 MiB)
+                                #:disk-image-size 'guess
                                 #:file-system-type
                                 installation-disk-image-file-system-type)))
     (define install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]