summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-29 01:32:29 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-05-29 01:32:29 +0200
commit5f2939dc15c520efa253cdd9daa5639ee9d798bd (patch)
tree889776c36eb3432a408d2eddc347f7b49ab69496
parent3c3290170b3ecf58229e084a31a3563c9b40d293 (diff)
(system rakan): adapt to code change in file-system-label*HEADmaster
-rw-r--r--deployment/system/rakan.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/deployment/system/rakan.scm b/deployment/system/rakan.scm
index 7c4a8ec..48adec5 100644
--- a/deployment/system/rakan.scm
+++ b/deployment/system/rakan.scm
@@ -86,8 +86,8 @@
(define file-system-root
(let
- ( (l-device (sovereign:system:file-systems:file-system-label* system-name
- "root")))
+ ( (l-device (sovereign:system:file-systems:file-system-label* system-name
+ "root")))
(gnu:system:file-systems:file-system
(inherit sovereign:system:file-systems:file-system/root)
(device l-device))))
@@ -96,7 +96,8 @@
(gnu:system:file-systems:file-system
(type "btrfs")
(mount-point "/")
- (device (gnu:system:file-systems:file-system-label "rakan-raid10"))
+ (device (sovereign:system:file-systems:file-system-label* system-name
+ "raid10"))
(flags (list))
(options #f)
(mount? #t)