summaryrefslogtreecommitdiff
path: root/deployment/systems/aisaka.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-06-16 08:32:48 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-06-16 08:32:48 +0200
commit08ff3bc3215745859984aa2cb6a919ef67533099 (patch)
treea61def7093b535f31b3fd2b8505c17a6341e55d9 /deployment/systems/aisaka.scm
parentee116bc4777f2a7517bbb2802eefcb02b4f972d4 (diff)
systems: fix the EFI partition mount point
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r--deployment/systems/aisaka.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm
index e135196..f8eb717 100644
--- a/deployment/systems/aisaka.scm
+++ b/deployment/systems/aisaka.scm
@@ -488,7 +488,7 @@
(define system-bootloader
(gnu:bootloader:bootloader-configuration
(bootloader gnu:bootloader:grub:grub-efi-bootloader)
- (targets (list "/boot/efi"))
+ (targets (list "/boot"))
(keyboard-layout sovereign:devices:pl-keyboard-layout)))
(define system-file-systems