[elbe-devel] [PATCH] xml: Add devtmpfs to list of filesystem types
Holger Dengler
dengler at linutronix.de
Wed Aug 30 09:59:12 CEST 2017
The pseudo filesystem devtmpfs is added to the list of valid fstypes
in XML schema. It provides a list of device nodes, known by the
kernel. It its automount-option is not enabled in kernel config,
devtmpfs must be manually mounted. The automount-option is also
not working in initramfs/initrd, e.g. rescue-filesystems.
Signed-off-by: Holger Dengler <dengler at linutronix.de>
---
schema/dbsfed.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 74eb732e..964a5ab4 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -1610,6 +1610,7 @@
<enumeration value="sysfs" />
<enumeration value="vfat" />
<enumeration value="btrfs" />
+ <enumeration value="devtmpfs" />
</restriction>
</simpleType>
--
2.14.1
More information about the elbe-devel
mailing list