1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

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.
This commit is contained in:
Hartmut Goebel
2017-10-29 19:51:42 +01:00
parent 73f71bc9b7
commit 91496dfc9a
+1 -1
View File
@@ -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