linux: Enable ext4 support
This commit is contained in:
parent
64c7fae974
commit
6d8e13abfe
3 changed files with 4 additions and 6 deletions
|
@ -189,9 +189,6 @@ imports = [
|
||||||
|
|
||||||
INTEL_RAPL = true;
|
INTEL_RAPL = true;
|
||||||
|
|
||||||
EXT4_FS = true;
|
|
||||||
EXT4_USE_FOR_EXT2 = true;
|
|
||||||
EXT4_FS_POSIX_ACL = true;
|
|
||||||
BTRFS_FS = true;
|
BTRFS_FS = true;
|
||||||
BTRFS_FS_POSIX_ACL = true;
|
BTRFS_FS_POSIX_ACL = true;
|
||||||
FUSE_FS = true;
|
FUSE_FS = true;
|
||||||
|
|
|
@ -43,9 +43,6 @@ in {
|
||||||
extraConfig = linux-hardened.profile.paravirt // (with self.lib.kernel; {
|
extraConfig = linux-hardened.profile.paravirt // (with self.lib.kernel; {
|
||||||
NR_CPUS = 8;
|
NR_CPUS = 8;
|
||||||
|
|
||||||
EXT4_FS = true;
|
|
||||||
EXT4_USE_FOR_EXT2 = true;
|
|
||||||
EXT4_FS_POSIX_ACL = true;
|
|
||||||
BTRFS_FS = true;
|
BTRFS_FS = true;
|
||||||
BTRFS_FS_POSIX_ACL = true;
|
BTRFS_FS_POSIX_ACL = true;
|
||||||
});
|
});
|
||||||
|
|
|
@ -537,6 +537,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
EXT4_FS = true;
|
||||||
|
EXT4_USE_FOR_EXT2 = true;
|
||||||
|
EXT4_FS_POSIX_ACL = true;
|
||||||
|
|
||||||
OVERLAY_FS = true;
|
OVERLAY_FS = true;
|
||||||
OVERLAY_FS_REDIRECT_DIR = true;
|
OVERLAY_FS_REDIRECT_DIR = true;
|
||||||
OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW = false;
|
OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW = false;
|
||||||
|
|
Loading…
Reference in a new issue