me
/
guix
Archived
1
0
Fork 0

installer: parted: Log partition flags.

* gnu/installer/parted.scm (mkpart): Log them.
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 "~/type: ~a" partition-type)
(installer-log-line "~/filesystem-type: ~a" (installer-log-line "~/filesystem-type: ~a"
(filesystem-type-name filesystem-type)) (filesystem-type-name filesystem-type))
(installer-log-line "~/flags: ~a" flags)
(installer-log-line "~/start: ~a" start-sector*) (installer-log-line "~/start: ~a" start-sector*)
(installer-log-line "~/end: ~a" end-sector) (installer-log-line "~/end: ~a" end-sector)
(installer-log-line "~/start-range: [~a, ~a]" (installer-log-line "~/start-range: [~a, ~a]"