diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/image.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index ece2d02f51..67cf5fdddc 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -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 |