system: image: Correct genimage configuration file indentation.
* gnu/system/image.scm (system-disk-image): Fix genimage configuration file indentation.master
parent
9c1adb2400
commit
7d4ecda63c
|
@ -261,10 +261,10 @@ used in the image."
|
|||
(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
|
||||
|
|
Reference in New Issue