danboid / ALEZ

Arch Linux Easy ZFS installer
GNU General Public License v3.0
145 stars 25 forks source link

systemd-boot installs to /mnt/efi instead of /efi #36

Closed godofgrunts closed 5 years ago

godofgrunts commented 5 years ago

Probably should use the standard configuration that systemd-boot is looking for as according to https://github.com/systemd/systemd/pull/3757

danboid commented 5 years ago

@johnramsden added the systemd BL support to ALEZ. Is there a reason you chose /mnt/efi instead of /efi John?

johnramsden commented 5 years ago

So, because we wanted to make it so it worked out of the box with zedenv - which uses /mnt/efi but then bind mounts the active BE to /boot - I went in that direction. We could offer a choice in where to mount the EFI partition.

zedenv does support alternate mount points, I'm open to suggestions for a better place to locate it.

johnramsden commented 5 years ago

Closing due to inactivity. Feel free to reopen if you have more input.