installer: parted: Log partition flags.

* gnu/installer/parted.scm (mkpart): Log them.
This commit is contained in:
Mathieu Othacehe 2022-08-05 08:41:46 +02:00
parent 8956fba989
commit eb0277e7e3
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 0 deletions

View File

@ -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]"