Bug 25034 — PartitionModify() for GUID partitions does not work
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 11 Nov 2009 16:28:26 +0000 (17:28 +0100)
committerDavid Zeuthen <davidz@redhat.com>
Tue, 1 Dec 2009 15:05:44 +0000 (10:05 -0500)
commit9f37e07faf94daecaaeafd2f96030d969b54505d
tree27576e4a53f975c2d2a7cc206da574563d66b13c
parent613885dc4ad5ce9817f34760b1929079c45381f7
Bug 25034 — PartitionModify() for GUID partitions does not work

Use the official ped_partition_set_flag() libparted API for setting partition
flags instead of poking it into libparted's internal data structure (which
worked for MBR, but not for GPT).

Signed-off-by: David Zeuthen <davidz@redhat.com>
src/partutil.c