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

View file

@ -828,6 +828,7 @@ (define* (extend-ranges! start-range end-range
(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]"