~ruther/guix-local

eb0277e7e391319a5377084dd2d18c7114ec9a8a — Mathieu Othacehe 3 years ago 8956fba
installer: parted: Log partition flags.

* gnu/installer/parted.scm (mkpart): Log them.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/installer/parted.scm
M gnu/installer/parted.scm => gnu/installer/parted.scm +1 -0
@@ 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]"