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 <noreply@anthropic.com>
This commit is contained in:
parent
da3d908b93
commit
7578b2149c
1 changed files with 1 additions and 1 deletions
|
|
@ -7501,7 +7501,7 @@ CONFIG_NLS_CODEPAGE_437=y
|
||||||
# CONFIG_NLS_ISO8859_8 is not set
|
# CONFIG_NLS_ISO8859_8 is not set
|
||||||
# CONFIG_NLS_CODEPAGE_1250 is not set
|
# CONFIG_NLS_CODEPAGE_1250 is not set
|
||||||
# CONFIG_NLS_CODEPAGE_1251 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_1=y
|
||||||
# CONFIG_NLS_ISO8859_2 is not set
|
# CONFIG_NLS_ISO8859_2 is not set
|
||||||
# CONFIG_NLS_ISO8859_3 is not set
|
# CONFIG_NLS_ISO8859_3 is not set
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue