projg2 / eclean-kernel

Installed kernel cleanup tool
GNU General Public License v2.0
31 stars 10 forks source link

blspec: Add /boot/efi and /efi as potential EFI directories #14

Closed Flowdalic closed 3 years ago

Flowdalic commented 3 years ago

According to https://systemd.io/BOOT_LOADER_SPECIFICATION/ the placeholder file system $BOOT should be mounted on /boot or /efi. Additional locations like /boot/efi might also be supported.

This is also what systemd's /usr/bin/kernel-install bash script currently supports.

Bug: https://github.com/mgorny/eclean-kernel/issues/2 Signed-off-by: Florian Schmaus flo@geekplace.eu

mgorny commented 3 years ago

Thanks!