guix-commits
[Top][All Lists]
Advanced

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

01/03: Revert "build: file-systems: Add luks to %partition-uuid-readers.


From: guix-commits
Subject: 01/03: Revert "build: file-systems: Add luks to %partition-uuid-readers."
Date: Sat, 8 Dec 2018 09:39:08 -0500 (EST)

mothacehe pushed a commit to branch wip-newt-installer
in repository guix.

commit 273e84a5288734f933eb59f3bfa3e7840b88769e
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Dec 8 23:01:21 2018 +0900

    Revert "build: file-systems: Add luks to %partition-uuid-readers."
    
    This reverts commit fa358c557f130f393d8c7400ffa954f75112d09e.
---
 gnu/build/file-systems.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index bff2de2..e0ce752 100644
--- a/gnu/build/file-systems.scm
+++ b/gnu/build/file-systems.scm
@@ -430,9 +430,7 @@ partition field reader that returned a value."
         (partition-field-reader read-fat32-superblock
                                 fat32-superblock-uuid)
         (partition-field-reader read-fat16-superblock
-                                fat16-superblock-uuid)
-        (partition-field-reader read-luks-header
-                                luks-header-uuid)))
+                                fat16-superblock-uuid)))
 
 (define read-partition-label
   (cut read-partition-field <> %partition-label-readers))



reply via email to

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