aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-08-05 08:41:46 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-08-05 08:57:20 +0200
commiteb0277e7e391319a5377084dd2d18c7114ec9a8a (patch)
tree17e205cb8897664dd04b7e181f04745bab182444 /gnu/installer
parent8956fba98926d16da8d7377d2f52003bae4f5b6b (diff)
downloadguix-eb0277e7e391319a5377084dd2d18c7114ec9a8a.tar
guix-eb0277e7e391319a5377084dd2d18c7114ec9a8a.tar.gz
installer: parted: Log partition flags.
* gnu/installer/parted.scm (mkpart): Log them.
Diffstat (limited to 'gnu/installer')
-rw-r--r--gnu/installer/parted.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index 94ef9b42bc..6c823e77eb 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -828,6 +828,7 @@ cause them to cross."
(installer-log-line "~/type: ~a" partition-type)
(installer-log-line "~/filesystem-type: ~a"
(filesystem-type-name filesystem-type))
+ (installer-log-line "~/flags: ~a" flags)
(installer-log-line "~/start: ~a" start-sector*)
(installer-log-line "~/end: ~a" end-sector)
(installer-log-line "~/start-range: [~a, ~a]"