diff options
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r-- | deployment/systems/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 6e57d56..f4f3591 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -213,7 +213,7 @@ (define file-system-efi (gnu:system:file-systems:file-system (device (gnu:system:file-systems:file-system-label "AISAKA")) - (mount-point "/boot/efi") + (mount-point "/boot") (type "vfat") (flags (list)) (options #f) |