ptgen: fix limitation for active partition in GPT
authorThomas Richard <thomas.richard@bootlin.com>
Fri, 23 Feb 2024 14:49:07 +0000 (15:49 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 23 Mar 2024 14:29:28 +0000 (15:29 +0100)
commit6b242991a995c41769977efb010dc9f4e4ec3da2
treedb29cfd806f05174570f9dd70396b72263039304
parent17de36575f1edf4287c1d92c7d7eb45c8ceca29e
ptgen: fix limitation for active partition in GPT

In GPT there is no reason to limit the active partition number to 4.
This limitation is only for MBR, as it corresponds to the maximum number
of primary partitions.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
src/ptgen.c