debian-installer patch: tools/partkit/partkit.c

2002-08-27 Thread Michael Cardenas
The attached patch corrects the FIXME for getting a list of devices according to the libparted docs. Unfortunately, when trying this in a test app, also attached, no devices are detected by libparted. If someone can see the mistake I'm making, that would be great. The code looks exactly correct

Re: debian-installer patch: tools/partkit/partkit.c

2002-08-27 Thread Martin Sjögren
tis 2002-08-27 klockan 18.09 skrev Michael Cardenas: Just some comments on the patch... + ped_device_probe_all(); + + //mbc - unfortunately, do two passes for now to do the malloc... I suppose the other way to go is realloc, but in this case I think it's suboptimal. +