From 9656307e62dbf0f2ef5cd6cec86fa0bd66126e98 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Mon, 5 Feb 2018 14:07:23 +0100 Subject: Add support for ISO FS required to mound CD-ROM images like the ones used for cloud-init Signed-off-by: Adrian Calianu --- features/isofs/isofs.cfg | 10 ++++++++++ features/isofs/isofs.scc | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 features/isofs/isofs.cfg create mode 100644 features/isofs/isofs.scc 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 @@ +CONFIG_ISO9660_FS=y +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +CONFIG_UDF_FS=y +CONFIG_UDF_NLS=y +CONFIG_FAT_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_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 @@ +define KFEATURE_DESCRIPTION "Enable ISO FS for CD-ROM support" +define KFEATURE_COMPATIBILITY all + +kconf non-hardware isofs.cfg -- cgit v1.2.3-54-g00ecf