Merge pull request #160539 from danielfullmer/kernel-iso9660
linux: enable ISO9660_FS module
This commit is contained in:
commit
ef67e135e9
1 changed files with 3 additions and 0 deletions
|
@ -451,6 +451,9 @@ let
|
||||||
NLS_CODEPAGE_437 = module; # VFAT default for the codepage= mount option
|
NLS_CODEPAGE_437 = module; # VFAT default for the codepage= mount option
|
||||||
NLS_ISO8859_1 = module; # VFAT default for the iocharset= mount option
|
NLS_ISO8859_1 = module; # VFAT default for the iocharset= mount option
|
||||||
|
|
||||||
|
# Needed to use the installation iso image. Not included in all defconfigs (e.g. arm64)
|
||||||
|
ISO9660_FS = module;
|
||||||
|
|
||||||
DEVTMPFS = yes;
|
DEVTMPFS = yes;
|
||||||
|
|
||||||
UNICODE = whenAtLeast "5.2" yes; # Casefolding support for filesystems
|
UNICODE = whenAtLeast "5.2" yes; # Casefolding support for filesystems
|
||||||
|
|
Loading…
Reference in a new issue