vm: Increase default disk size to account for ESP partition.
Fixes a test regression introduced by ecf5d53769
.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.
This commit is contained in:
parent
fda33e495b
commit
9a1bfe7648
|
@ -499,7 +499,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
|
||||||
(mappings '())
|
(mappings '())
|
||||||
full-boot?
|
full-boot?
|
||||||
(disk-image-size
|
(disk-image-size
|
||||||
(* (if full-boot? 500 30)
|
(* (if full-boot? 500 70)
|
||||||
(expt 2 20))))
|
(expt 2 20))))
|
||||||
"Return a derivation that builds a script to run a virtual machine image of
|
"Return a derivation that builds a script to run a virtual machine image of
|
||||||
OS that shares its store with the host.
|
OS that shares its store with the host.
|
||||||
|
|
Loading…
Reference in New Issue