mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
guix system: Increase image size for 'guix system vm'.
This is a followup to 9a1bfe7648
.
* guix/scripts/system.scm (system-derivation-for-action): Add 40MiB to
the default size for 'vm'.
This commit is contained in:
parent
324499184a
commit
092c58e745
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ (define* (system-derivation-for-action os action
|
|||
#:disk-image-size
|
||||
(if full-boot?
|
||||
image-size
|
||||
(* 30 (expt 2 20)))
|
||||
(* 70 (expt 2 20)))
|
||||
#:mappings mappings))
|
||||
((disk-image)
|
||||
(system-disk-image os #:disk-image-size image-size))))
|
||||
|
|
Loading…
Reference in a new issue