Message ID | 20200527072420.26140-5-othacehe@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | image: Add MBR based boot support. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index 6608991fdc..7ac998d861 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm @@ -262,10 +262,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