mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
linux: enable ISO9660_FS module
This commit is contained in:
parent
9777760699
commit
21babd5d52
@ -446,6 +446,9 @@ let
|
||||
NLS_CODEPAGE_437 = module; # VFAT default for the codepage= 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;
|
||||
|
||||
UNICODE = whenAtLeast "5.2" yes; # Casefolding support for filesystems
|
||||
|
Loading…
Reference in New Issue
Block a user