guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41560] [PATCH 5/8] system: image: Correct genimage configuration fi


From: Mathieu Othacehe
Subject: [bug#41560] [PATCH 5/8] system: image: Correct genimage configuration file indentation.
Date: Wed, 27 May 2020 09:24:17 +0200

* gnu/system/image.scm (system-disk-image): Fix genimage configuration file
indentation.
---
 gnu/system/image.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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
-- 
2.26.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]