feat: add more file systems

This commit is contained in:
Gerg-L 2025-05-21 19:20:49 -04:00
parent 5b991350c7
commit 3895760029
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 8 additions and 5 deletions

View file

@ -5292,16 +5292,16 @@ CONFIG_BUFFER_HEAD=y
CONFIG_LEGACY_DIRECT_IO=y CONFIG_LEGACY_DIRECT_IO=y
# CONFIG_EXT2_FS is not set # CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set # CONFIG_EXT3_FS is not set
# CONFIG_EXT4_FS is not set CONFIG_EXT4_FS=y
# CONFIG_REISERFS_FS is not set # CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set # CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set CONFIG_XFS_FS=y
# CONFIG_GFS2_FS is not set # CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set # CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set # CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set # CONFIG_F2FS_FS is not set
# CONFIG_BCACHEFS_FS is not set CONFIG_BCACHEFS_FS=y
# CONFIG_ZONEFS_FS is not set # CONFIG_ZONEFS_FS is not set
# CONFIG_FS_DAX is not set # CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y

View file

@ -60,7 +60,10 @@
boot = { boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ]; binfmt.emulatedSystems = [ "aarch64-linux" ];
supportedFilesystems.ntfs = true; supportedFilesystems = {
ext4 = true;
ntfs = true;
};
initrd = { initrd = {
availableKernelModules = [ availableKernelModules = [
"nvme" "nvme"