mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
73f71bc9b7
commit
91496dfc9a
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ (define* (run-install target-os target-os-source
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue