system: image: Correct genimage configuration file indentation.

* gnu/system/image.scm (system-disk-image): Fix genimage configuration file
indentation.
This commit is contained in:
Mathieu Othacehe 2020-05-23 19:09:58 +02:00
parent 9c1adb2400
commit 7d4ecda63c
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -261,10 +261,10 @@ (define (partition->config partition)
(image (partition-image partition))
(offset (partition-offset partition)))
#~(format #f "~/partition ~a {
~/~/partition-type = ~a
~/~/image = \"~a\"
~/~/offset = \"~a\"
~/}"
~/~/partition-type = ~a
~/~/image = \"~a\"
~/~/offset = \"~a\"
~/}"
#$label
#$dos-type
#$image