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.
master
Hartmut Goebel 2017-10-29 19:51:42 +01:00
parent 73f71bc9b7
commit 91496dfc9a
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 1 deletions

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