You are not logged in.
My ESP is mounted at /efi. Initially I opted to use /boot for entries in systemd-boot, but it won't look outside of /efi. Fine, I'll move the files inside of /efi using the --generatedir switch in mkinitcpio.
Except it doesn't put the images in the directory I choose. It just dumps them in /boot anyway.
So what exactly is --generatedir supposed to do?
Offline
-d, --generatedir directory
Set directory as the location where the initramfs is built. This might be useful to
generate a shutdown ramfs in /run/initramfs.
Offline