summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2018-02-05 14:07:23 +0100
committerAdrian Calianu <adrian.calianu@enea.com>2018-02-05 14:07:23 +0100
commit3b6297dce5c4e7422d23d8881d31c6533d7092c4 (patch)
treef049e8429d199b5b6bbefb38d3de423b89dec892
parentee60d12529de41e01f7ddb65edd3ca80e8f5ecb6 (diff)
downloadenea-kernel-cache-3b6297dce5c4e7422d23d8881d31c6533d7092c4.tar.gz
Add support for ISO FS
required to mound CD-ROM images like the ones used for cloud-init Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--features/isofs/isofs.cfg10
-rw-r--r--features/isofs/isofs.scc4
2 files changed, 14 insertions, 0 deletions
diff --git a/features/isofs/isofs.cfg b/features/isofs/isofs.cfg
new file mode 100644
index 0000000..c14eb11
--- /dev/null
+++ b/features/isofs/isofs.cfg
@@ -0,0 +1,10 @@
1CONFIG_ISO9660_FS=y
2CONFIG_JOLIET=y
3CONFIG_ZISOFS=y
4CONFIG_UDF_FS=y
5CONFIG_UDF_NLS=y
6CONFIG_FAT_FS=y
7CONFIG_VFAT_FS=y
8CONFIG_FAT_DEFAULT_CODEPAGE=437
9CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
10CONFIG_CRC_ITU_T=y
diff --git a/features/isofs/isofs.scc b/features/isofs/isofs.scc
new file mode 100644
index 0000000..93ca615
--- /dev/null
+++ b/features/isofs/isofs.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable ISO FS for CD-ROM support"
2define KFEATURE_COMPATIBILITY all
3
4kconf non-hardware isofs.cfg