[elbe-devel] [PATCH 1/3] hdimg: do not use flag lba if partition format is gpt
Torben Hohn
torben.hohn at linutronix.de
Wed Mar 28 10:10:19 CEST 2018
On Mon, Mar 26, 2018 at 10:10:56AM +0200, Martin Kaistra wrote:
> The partition flag 'lba' is not available for gpt disk labels, so
> don't try to set it.
kannst du bitte einmal noch die exception aus der mail hier in die
commit message kopieren ?
>
> See also:
> http://lists.linutronix.de/pipermail/elbe-devel/2016-February/000099.html
see also natuerlich lassen...
> Signed-off-by: Martin Kaistra <martin.kaistra at linutronix.de>
bitte noch:
Reported-by: Claudius Heine <ch at denx.de>
ansonsten:
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
> elbepack/hdimg.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/elbepack/hdimg.py b/elbepack/hdimg.py
> index a8b74c58..e1dc2aae 100644
> --- a/elbepack/hdimg.py
> +++ b/elbepack/hdimg.py
> @@ -398,7 +398,8 @@ def create_partition(
> fslabel[part.text("label")].fstype == "vfat":
> fs = simple_fstype("fat32")
> ppart = parted.Partition(disk, ptype, fs, geometry=g)
> - ppart.setFlag(_ped.PARTITION_LBA)
> + if disk.type != "gpt":
> + ppart.setFlag(_ped.PARTITION_LBA)
> else:
> ppart = parted.Partition(disk, ptype, geometry=g)
>
> --
> 2.11.0
>
>
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel
--
Mit freundlichen Grüßen
Torben Hohn
Linutronix GmbH
Standort: Bremen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806
Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20180328/7022d3fa/attachment.sig>
More information about the elbe-devel
mailing list