linux-postmarketos-omap fails to mount vfat boot
Describe your issue
if /boot is fat32, initfs fails to mount it
What's the expected behaviour?
/boot gets mounted
What's the current behaviour?
mount fails because of iocharset=ascii is not there: CONFIG_NLS_ASCII is not set
FAT-fs (mmcblk0p1): IO charset ascii not found
btw: mounting without any options works (so without iocharset=ascii)!
How to reproduce your issue?
have /boot as fat32 (deviceinfo_boot_filesystem="fat32") with linux-postmarketos-omap kernel
On what postmarketOS version did you encounter the issue?
-
edge (
master
branch) -
v23.12
-
v24.06
-
I confirm that the issue still is present after running
sudo apk upgrade -a
On what environment did you encounter the issue?
Environments
- GNOME Shell on Mobile
- Phosh
- Plasma Mobile
-
Sxmo (Wayland/Sway) Please post the output of
sxmo_version.sh
- Other: Please fill out
How did you get postmarketOS image?
- from https://images.postmarketos.org
- I built it using pmbootstrap
- It was preinstalled on my device
What's the build date of the image? (in yyyy-mm-dd format)
Additional information
CONFIG_NLS_ASCII: Should be CI checked for community kernels?