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:
parent
73f71bc9b7
commit
91496dfc9a
|
@ -219,7 +219,7 @@ packages defined in installation-os."
|
||||||
(image (system-disk-image
|
(image (system-disk-image
|
||||||
(operating-system-with-gc-roots
|
(operating-system-with-gc-roots
|
||||||
os (list target))
|
os (list target))
|
||||||
#:disk-image-size (* 1500 MiB)
|
#:disk-image-size 'guess
|
||||||
#:file-system-type
|
#:file-system-type
|
||||||
installation-disk-image-file-system-type)))
|
installation-disk-image-file-system-type)))
|
||||||
(define install
|
(define install
|
||||||
|
|
Loading…
Reference in New Issue