summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Collapse)AuthorAgeFilesLines
...
* reduce all these functions that return lists of partitions to common code ↵Matt Wilson2001-07-091-22/+12
| | | | that uses a function to determine if each partition should be returned in the list or not
* use is_active before checking for a flag, and use is_active when looking for ↵Matt Wilson2001-07-091-3/+2
| | | | logicals
* fdisk works again; main change is making sure we close the disk devicesJeremy Katz2001-07-091-0/+4
| | | | before running fdisk so the magic reread partition tables ioctl can work
* typo :(Mike Fulbright2001-07-091-1/+1
|
* removed some unneeded code, reformatted to meet style guidelinesMatt Wilson2001-07-091-31/+42
|
* kickstart raid is back... added some convenience functions since kickstartJeremy Katz2001-07-071-10/+32
| | | | uses integer forms of 0, 1, and 5 for raid level
* fix device setting for raid devicesJeremy Katz2001-07-071-20/+44
| | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-2/+0
| | | | of moving to ext3
* dont let you migrate anything BUT preexistingMike Fulbright2001-07-061-0/+3
|
* fix for editting raid and added method to find requests we could migrateMike Fulbright2001-07-061-2/+10
|
* fix deleting raid devicesMike Fulbright2001-07-061-3/+7
|
* turn on formatting for preexisting partitions we want to, and also hook in ↵Mike Fulbright2001-07-061-0/+23
| | | | some online help in GUI mode
* fix bugs pychecker found...Jeremy Katz2001-07-061-2/+0
|
* show something usefulJeremy Katz2001-07-061-1/+1
|
* secondary isn't used...Jeremy Katz2001-07-061-1/+1
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-061-0/+9
| | | | instead (say /boot/efi)
* move autopart strings to bottom of fileJeremy Katz2001-07-061-5/+25
| | | | | | bootable requests from partitions can be /boot/efi on ia64 make sure bootable request gets on the earliest drive possible and warn if they go beyond the 1024th cylinder on x86
* Added support for converting and formatting existing filesystems to a ↵Mike Fulbright2001-07-061-5/+32
| | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-16/+49
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* message consistency and a typo fixJeremy Katz2001-07-031-3/+3
|
* Add confirm dialogs for reset and deletion eventsMike Fulbright2001-07-021-0/+116
|
* add more informational text to the "Which drives do you want to useMatt Wilson2001-06-281-0/+6
| | | | | | | for Linux" question (same needs to be done for text mode) move to using getPartSizeMB instead of calculating it yourself everywhere in the gui
* catch bad caseMike Fulbright2001-06-271-0/+2
|
* set initial size in megabytes, not sectors...Jeremy Katz2001-06-271-1/+1
|
* land new autopartitioning code... should be faster and better.Jeremy Katz2001-06-261-1/+25
| | | | also, fix up some bits so we don't refreshdevices as often
* partitioning.py: skip removable partitions except in expert modeMatt Wilson2001-06-261-3/+5
| | | | exception.py: if not setupFilesystems save dump to a file 'anacdump.txt' in cwd
* use the happy functionsJeremy Katz2001-06-261-1/+1
|
* add a way to remove all the logical partitions when a extended is removedJeremy Katz2001-06-261-0/+11
|
* text mode upgrade appears to workMatt Wilson2001-06-251-4/+5
|
* 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
|