From 7578b2149c0b427f723a056c53753b9d0a49a006 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Sat, 8 Aug 2026 21:41:14 +0200 Subject: [PATCH] kernel config: enable NLS_ASCII - the vfat ESP mounts with iocharset=ascii First flash boot reached systemd and died into emergency mode on 'FAT-fs (loop0p1): IO charset ascii not found': the tested phone config never needed FAT NLS tables because the old install used an ext2 /boot; the current device package uses a vfat ESP. Single flip, olddefconfig roundtripped. Co-Authored-By: Claude Fable 5 --- .../config-postmarketos-qcom-milos.aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aports/device/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64 b/aports/device/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64 index 23229c7..e36da8e 100644 --- a/aports/device/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64 +++ b/aports/device/linux-postmarketos-qcom-milos/config-postmarketos-qcom-milos.aarch64 @@ -7501,7 +7501,7 @@ CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set -# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set