[elbe-devel] [PATCH] schema: Support <binary> for gpthd
bage at linutronix.de
bage at linutronix.de
Wed Sep 1 17:44:26 CEST 2021
From: Bastian Germann <bage at linutronix.de>
<binary> support is implemented for msdos partitions only.
Support it for gpthd as well.
Closes #306.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
schema/dbsfed.xsd | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
index 149a41afb..440b39e35 100644
--- a/schema/dbsfed.xsd
+++ b/schema/dbsfed.xsd
@@ -1364,6 +1364,13 @@
</documentation>
</annotation>
</element>
+ <element name="binary" type="rfs:binaryblob" minOccurs="0" maxOccurs="unbounded">
+ <annotation>
+ <documentation>
+ binary blob that is dd'ed to the specified offset
+ </documentation>
+ </annotation>
+ </element>
<element name="partition" type="rfs:partition" minOccurs="0" maxOccurs="128">
<annotation>
<documentation>
--
2.30.2
More information about the elbe-devel
mailing list