diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-05-23 19:09:58 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-05-29 08:40:03 +0200 |
commit | 7d4ecda63caa9f566620844dbc800a8158f861a6 (patch) | |
tree | 9f5ef902336eb4135f6d5b841dcd999ce869129c /gnu/system | |
parent | 9c1adb240016261d6263e8d7d0308040542f3c60 (diff) | |
download | guix-7d4ecda63caa9f566620844dbc800a8158f861a6.tar.gz |
system: image: Correct genimage configuration file indentation.
* gnu/system/image.scm (system-disk-image): Fix genimage configuration file indentation.
Diffstat (limited to 'gnu/system')
-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 |