summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deployment/system/aisaka.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm
index 4c7ce7f..cca3ea6 100644
--- a/deployment/system/aisaka.scm
+++ b/deployment/system/aisaka.scm
@@ -296,11 +296,12 @@
(define file-system-boot-aisaka
(gnu:system:file-systems:file-system
(inherit file-system/efi)
- (device (file-system-label* host-name-aisaka))))
+ (device (file-system-label* "BOOT"))))
(define file-system-root-aisaka
(gnu:system:file-systems:file-system
(inherit file-system/root)
- (device (file-system-label* host-name-aisaka))))
+ (device (file-system-label* host-name-aisaka
+ "root"))))
;;; EOF