[elbe-devel] [PATCH] schema: Support <binary> for gpthd

Torben Hohn torben.hohn at linutronix.de
Wed Sep 8 12:13:43 CEST 2021


On Wed, Sep 01, 2021 at 05:44:26PM +0200, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
> 
> <binary> support is implemented for msdos partitions only.
> support it for gpthd as well.

Errm ... its already implemented, isnt it ?
It is just not allowed by the schema.

So:

<binary> support is implemented for all partition formats but the
schema does not allow <binary> in <gpthd>.

Allow it for gpthd as well.

> 
> Closes #306.
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>

with the above change, if that makes sense:

  Reviewed-by: Torben Hohn <torben.hohn 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
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner


More information about the elbe-devel mailing list