summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 39ce5bb6ef4..7d0ffd971ee 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -236,7 +236,7 @@ the image."
236 (let ((graphs '#$(match inputs 236 (let ((graphs '#$(match inputs
237 (((names . _) ...) 237 (((names . _) ...)
238 names)))) 238 names))))
239 (initialize-hard-disk "/dev/sda" 239 (initialize-hard-disk "/dev/vda"
240 #:grub.cfg #$grub-configuration 240 #:grub.cfg #$grub-configuration
241 #:closures graphs 241 #:closures graphs
242 #:copy-closures? #$copy-inputs? 242 #:copy-closures? #$copy-inputs?