Hi,
I'm using pyparted 1.8.5 and I'm trying to change the native_type
attribute of a PedPartition object as follows:
>>> import parted
>>> sda = parted.PedDevice.get('/dev/sda')
>>> d = parted.PedDisk.new(sda)
>>> sda1 = d.get_partition(1)
>>> sda1.native_type
131
>>> sda1.native_type = 0x8e
Tr
Michael Reed <[EMAIL PROTECTED]> wrote:
> How is your work proceeding? Is there anything I can help with?
> I'd like to forward these fixes on to several distros of interest
Hi Michael,
It was suspended.
I expect to complete it this week.
___
bug
How is your work proceeding? Is there anything I can help with?
I'd like to forward these fixes on to several distros of interest
Thanks,
Mike
Jim Meyering wrote:
> Michael Reed <[EMAIL PROTECTED]> wrote:
> ...
>> I also noticed that this problem also exists on the SGI label type, dvh.
>>