guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: berlin: Use 'file-system-label'.


From: Ludovic Courtès
Subject: 01/03: hydra: berlin: Use 'file-system-label'.
Date: Thu, 7 Jun 2018 06:12:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 252fb3b7e5f2d526fb202153eccfef91e171ec64
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 7 11:38:06 2018 +0200

    hydra: berlin: Use 'file-system-label'.
    
    * hydra/berlin.scm: Use 'file-system-label' instead of 'title'.
---
 hydra/berlin.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 39ed6f5..ef49819 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -99,8 +99,7 @@ Happy hacking!\n"))
 
   ;; Just a single disk, no RAID :-/
   (file-systems (cons (file-system
-                        (device "my-root")
-                        (title 'label)
+                        (device (file-system-label "my-root"))
                         (mount-point "/")
                         (type "ext4"))
                       %base-file-systems))



reply via email to

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