guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: installer: parted: Log partition flags.


From: guix-commits
Subject: 01/03: installer: parted: Log partition flags.
Date: Fri, 5 Aug 2022 02:57:45 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit eb0277e7e391319a5377084dd2d18c7114ec9a8a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Aug 5 08:41:46 2022 +0200

    installer: parted: Log partition flags.
    
    * gnu/installer/parted.scm (mkpart): Log them.
---
 gnu/installer/parted.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]