main/postmarketos-mkinitfs: include vfat in initfs by default (MR 3166)

An increasing number of devices relies on the vfat file system in the
initfs (e.g. for UEFI boot). Having to add all the modules required for
it to work to deviceinfo_modules_initfs is annoying and inconsistent,
in particular for the additionally chosen "nls" modules. Since we
already bundle several file systems by default, let's just add vfat
as well to simplify this.

Ideally mkinitfs should detect the file systems chosen at install time
in the future and only include the necessary modules, but until then
this just adds a couple of kilobytes to the initramfs.
This commit is contained in:
Minecrell 2022-05-27 17:38:56 +02:00 committed by Oliver Smith
parent 0b5a4f9a44
commit a0a0b369d5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -8,3 +8,7 @@ libaes
aes
evdev
btrfs
vfat
nls_cp437
nls_iso8859_1
nls_utf8