diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-18 15:55:15 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-06-18 15:55:15 +0200 |
commit | c08bdfe65dfcec2bf2852305c10beb949e9dc193 (patch) | |
tree | 25eadd8ca69911055cc402583192b93ed9ad7028 /deployment/systems/aisaka.scm | |
parent | 7152b443d742f96e19050f04513c21f0b5af1f7f (diff) |
systems: fix mount points for efi partition
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) |