AsahiLinux / asahi-scripts

Miscellaneous admin scripts for the Asahi Linux reference distro
MIT License
45 stars 32 forks source link

dracut: Add vfat as explicit dependency for asahi-firmware #33

Closed jannau closed 9 months ago

jannau commented 10 months ago

Required when the ESP is not mounted for example due to booting an USB image to encrypt the rootfs. dracut --force will in that situation not include vfat in the initramfs resulting in missing firmware when using that initramfs.

ericcurtin commented 10 months ago

Not related to this PR, but from reviewing this, I noticed in this file it's "nvme-apple" and in 10-asahi.conf it's "nvme_apple". Is this a typo that was missed because it's included regardless because of duplication?

jannau commented 9 months ago

Can we get this merged (and released). The ESP often ends not mounted when rebuilding the initramfs from a chrooted environment booted through some external system image.