vm: Increase default disk size to account for ESP partition.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 20 May 2017 19:28:20 +0000 (21:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 20 May 2017 23:17:08 +0000 (01:17 +0200)
Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89fcc62b.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.

gnu/system/vm.scm

index c40bb4c..f01f68f 100644 (file)
@@ -485,7 +485,7 @@ with '-virtfs' options for the host file systems listed in SHARED-FS."
                                                 (mappings '())
                                                 full-boot?
                                                 (disk-image-size
-                                                 (* (if full-boot? 500 30)
+                                                 (* (if full-boot? 500 70)
                                                     (expt 2 20))))
   "Return a derivation that builds a script to run a virtual machine image of
 OS that shares its store with the host.