summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed refreshfromdisk, removed debuggingMike Fulbright2001-06-251-3/+1
|
* added all previous autopartitioning cases for installclassesMike Fulbright2001-06-251-4/+43
|
* fix the pinning of requests to a drive when grownJeremy Katz2001-06-251-1/+10
| | | | protected partitions should work
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-0/+16
|
* lists of primary and logical partitions shouldn't include freespace or metadataJeremy Katz2001-06-251-0/+9
|
* move setting pygtk environment variables to the first file thatMatt Wilson2001-06-251-2/+2
| | | | | | imports them - splashscreen.py fixed what I broke in partitioning.py
* register a parted exception handler for gui modeMatt Wilson2001-06-251-7/+9
| | | | | | | | | | | modified isys.makeDevInode to use /dev/foo if it is there, while preserving backwards compatible behavior import fsset for workstation, it needs to find the ext2 filesystemtype for some reason skip drives that can't be opened or partition tables that can't be read. we still need to handle 'fresh' disks better.
* more pychecker fixupsMatt Wilson2001-06-231-12/+14
|
* add unique ids for each requestMike Fulbright2001-06-221-15/+27
|
* more sanity checksJeremy Katz2001-06-221-2/+14
|
* minor upgrade fixupsMatt Wilson2001-06-221-6/+8
|
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-1/+64
| | | | affect upgrades, not installs
* make sure swaps get formattedJeremy Katz2001-06-211-2/+5
|
* select raid partitions already usedJeremy Katz2001-06-211-4/+11
|
* function to tell if request is a member of a raid arrayMike Fulbright2001-06-211-0/+12
|
* comment out some debugging printsJeremy Katz2001-06-211-10/+5
| | | | | editable raid requests for tui fix the mountpoint in use check
* fixup raid sanity to check if bootable or notMike Fulbright2001-06-211-12/+11
|
* clarify error messageMike Fulbright2001-06-211-1/+1
|
* use /dev entries if they exist rather then mknod'ingErik Troan2001-06-211-2/+6
|
* check for max partition sizes, fix a bug in primary partition allocationJeremy Katz2001-06-211-19/+14
|
* more raid sanity and UI improvementsMike Fulbright2001-06-211-13/+53
|
* if linuxnativefs, we don't need to do the rest of the checksJeremy Katz2001-06-201-1/+1
|
* partition by cylinder in tui specifying either end cylinder or sizeJeremy Katz2001-06-201-0/+3
|
* fix ups to RAID sanity checkingMike Fulbright2001-06-201-35/+142
|
* remove unused code, add copyright bitsMatt Wilson2001-06-201-65/+0
|
* fix a bug with deleting pre-existing partitionsJeremy Katz2001-06-201-1/+3
|
* get final branch copiesMatt Wilson2001-06-201-2/+53
|
* merge dispatch to HEADMatt Wilson2001-06-201-0/+561