From: M0E L. <m0...@gm...> - 2009-07-17 20:49:15
|
I have just finished changing the way the system reads the partition table. I took one of the hard drives in uel's box, created 15 partitions. There are 2 swap partitions on different drives. the isntaller sees all of them. I modified the way partitions are detected/displayed/selected. The new change sort of reflects the way the ubuntu installer selects partitions. Click on one, the dialog comes up for you to select the properties for the partition. This change was necessary because the I noticed in the old method with the dropdowns by each partition, if you have more partitions than you can fit vertically on the screen, you use the scrollbars to select the ones on the bottom. Everything scrolls, but the dropdowns stay on their place... doesn't look good at all, and I wasn't confident it was going to work... This new method will work much better, and is also a performance improvement over the last method. This is now object-based. I figured, the partitions are read once at tht time the installer is searching for installable media, so I used the results of that search to create partition objects, and simply list these on a step later... makes a lot more sense... no need to probe the system for partitions over and over. Binary is updated now including these changes in code. Hope it works for you guys.... Let me know |