diff options
author | Wynn Wolf Arbor | 2019-12-23 12:37:32 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-02-29 18:50:41 +0100 |
commit | 6390333332628437c142fb5e93b1b2f3aaa54b6c (patch) | |
tree | 9a97de265673065c91750a922fb3ec271014e375 /fragments/fs | |
download | kernfrag-6390333332628437c142fb5e93b1b2f3aaa54b6c.tar.gz |
Initial import
Diffstat (limited to '')
-rw-r--r-- | fragments/fs/cifs | 4 | ||||
-rw-r--r-- | fragments/fs/devtmpfs | 2 | ||||
-rw-r--r-- | fragments/fs/ext4 | 4 | ||||
-rw-r--r-- | fragments/fs/foreign | 9 | ||||
-rw-r--r-- | fragments/fs/fuse | 1 | ||||
-rw-r--r-- | fragments/fs/tmpfs | 2 |
6 files changed, 22 insertions, 0 deletions
diff --git a/fragments/fs/cifs b/fragments/fs/cifs new file mode 100644 index 0000000..2512c7c --- /dev/null +++ b/fragments/fs/cifs @@ -0,0 +1,4 @@ +CONFIG_CIFS=y +CONFIG_CIFS_XATTR=y +CONFIG_CIFS_POSIX=y +CONFIG_CIFS_ACL=y diff --git a/fragments/fs/devtmpfs b/fragments/fs/devtmpfs new file mode 100644 index 0000000..5e9cf98 --- /dev/null +++ b/fragments/fs/devtmpfs @@ -0,0 +1,2 @@ +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y diff --git a/fragments/fs/ext4 b/fragments/fs/ext4 new file mode 100644 index 0000000..c229a59 --- /dev/null +++ b/fragments/fs/ext4 @@ -0,0 +1,4 @@ +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +CONFIG_EXT4_ENCRYPTION=y diff --git a/fragments/fs/foreign b/fragments/fs/foreign new file mode 100644 index 0000000..6efa183 --- /dev/null +++ b/fragments/fs/foreign @@ -0,0 +1,9 @@ +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +CONFIG_UDF_FS=y +CONFIG_VFAT_FS=y + +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_UTF8=y diff --git a/fragments/fs/fuse b/fragments/fs/fuse new file mode 100644 index 0000000..43e95f2 --- /dev/null +++ b/fragments/fs/fuse @@ -0,0 +1 @@ +CONFIG_FUSE_FS=y diff --git a/fragments/fs/tmpfs b/fragments/fs/tmpfs new file mode 100644 index 0000000..9b5a40b --- /dev/null +++ b/fragments/fs/tmpfs @@ -0,0 +1,2 @@ +CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y |