Skip to content
Snippets Groups Projects
Commit 9bea3b42 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

vm: Fix typo.

Regression introduced in e38e18ff.

* guix/build/vm.scm (initialize-hard-disk)[partition]: Use a string.
parent 5bbd6bf1
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ (define target-store ...@@ -168,7 +168,7 @@ (define target-store
(string-append target-directory (%store-directory))) (string-append target-directory (%store-directory)))
(define partition (define partition
(string-append device 1)) (string-append device "1"))
(unless (initialize-partition-table device (unless (initialize-partition-table device
#:partition-size #:partition-size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment