Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reduce all these functions that return lists of partitions to common code ↵ | Matt Wilson | 2001-07-09 | 1 | -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 Wilson | 2001-07-09 | 1 | -3/+2 | |
| | | | | logicals | |||||
* | fdisk works again; main change is making sure we close the disk devices | Jeremy Katz | 2001-07-09 | 1 | -0/+4 | |
| | | | | before running fdisk so the magic reread partition tables ioctl can work | |||||
* | typo :( | Mike Fulbright | 2001-07-09 | 1 | -1/+1 | |
| | ||||||
* | removed some unneeded code, reformatted to meet style guidelines | Matt Wilson | 2001-07-09 | 1 | -31/+42 | |
| | ||||||
* | kickstart raid is back... added some convenience functions since kickstart | Jeremy Katz | 2001-07-07 | 1 | -10/+32 | |
| | | | | uses integer forms of 0, 1, and 5 for raid level | |||||
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -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 Fulbright | 2001-07-06 | 1 | -2/+0 | |
| | | | | of moving to ext3 | |||||
* | dont let you migrate anything BUT preexisting | Mike Fulbright | 2001-07-06 | 1 | -0/+3 | |
| | ||||||
* | fix for editting raid and added method to find requests we could migrate | Mike Fulbright | 2001-07-06 | 1 | -2/+10 | |
| | ||||||
* | fix deleting raid devices | Mike Fulbright | 2001-07-06 | 1 | -3/+7 | |
| | ||||||
* | turn on formatting for preexisting partitions we want to, and also hook in ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+23 | |
| | | | | some online help in GUI mode | |||||
* | fix bugs pychecker found... | Jeremy Katz | 2001-07-06 | 1 | -2/+0 | |
| | ||||||
* | show something useful | Jeremy Katz | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | secondary isn't used... | Jeremy Katz | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | some architectures don't care about /boot but want something different | Jeremy Katz | 2001-07-06 | 1 | -0/+9 | |
| | | | | instead (say /boot/efi) | |||||
* | move autopart strings to bottom of file | Jeremy Katz | 2001-07-06 | 1 | -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 Fulbright | 2001-07-06 | 1 | -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 probably | Jeremy Katz | 2001-07-04 | 1 | -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 fix | Jeremy Katz | 2001-07-03 | 1 | -3/+3 | |
| | ||||||
* | Add confirm dialogs for reset and deletion events | Mike Fulbright | 2001-07-02 | 1 | -0/+116 | |
| | ||||||
* | add more informational text to the "Which drives do you want to use | Matt Wilson | 2001-06-28 | 1 | -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 case | Mike Fulbright | 2001-06-27 | 1 | -0/+2 | |
| | ||||||
* | set initial size in megabytes, not sectors... | Jeremy Katz | 2001-06-27 | 1 | -1/+1 | |
| | ||||||
* | land new autopartitioning code... should be faster and better. | Jeremy Katz | 2001-06-26 | 1 | -1/+25 | |
| | | | | also, fix up some bits so we don't refreshdevices as often | |||||
* | partitioning.py: skip removable partitions except in expert mode | Matt Wilson | 2001-06-26 | 1 | -3/+5 | |
| | | | | exception.py: if not setupFilesystems save dump to a file 'anacdump.txt' in cwd | |||||
* | use the happy functions | Jeremy Katz | 2001-06-26 | 1 | -1/+1 | |
| | ||||||
* | add a way to remove all the logical partitions when a extended is removed | Jeremy Katz | 2001-06-26 | 1 | -0/+11 | |
| | ||||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -4/+5 | |
| | ||||||
* | fixed refreshfromdisk, removed debugging | Mike Fulbright | 2001-06-25 | 1 | -3/+1 | |
| | ||||||
* | added all previous autopartitioning cases for installclasses | Mike Fulbright | 2001-06-25 | 1 | -4/+43 | |
| | ||||||
* | fix the pinning of requests to a drive when grown | Jeremy Katz | 2001-06-25 | 1 | -1/+10 | |
| | | | | protected partitions should work | |||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 1 | -0/+16 | |
| | ||||||
* | lists of primary and logical partitions shouldn't include freespace or metadata | Jeremy Katz | 2001-06-25 | 1 | -0/+9 | |
| | ||||||
* | move setting pygtk environment variables to the first file that | Matt Wilson | 2001-06-25 | 1 | -2/+2 | |
| | | | | | | imports them - splashscreen.py fixed what I broke in partitioning.py | |||||
* | register a parted exception handler for gui mode | Matt Wilson | 2001-06-25 | 1 | -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 fixups | Matt Wilson | 2001-06-23 | 1 | -12/+14 | |
| | ||||||
* | add unique ids for each request | Mike Fulbright | 2001-06-22 | 1 | -15/+27 | |
| | ||||||
* | more sanity checks | Jeremy Katz | 2001-06-22 | 1 | -2/+14 | |
| | ||||||
* | minor upgrade fixups | Matt Wilson | 2001-06-22 | 1 | -6/+8 | |
| | ||||||
* | first pass at getting things in alignment for gui upgrades. Should only ↵ | Matt Wilson | 2001-06-22 | 1 | -1/+64 | |
| | | | | affect upgrades, not installs | |||||
* | make sure swaps get formatted | Jeremy Katz | 2001-06-21 | 1 | -2/+5 | |
| | ||||||
* | select raid partitions already used | Jeremy Katz | 2001-06-21 | 1 | -4/+11 | |
| | ||||||
* | function to tell if request is a member of a raid array | Mike Fulbright | 2001-06-21 | 1 | -0/+12 | |
| | ||||||
* | comment out some debugging prints | Jeremy Katz | 2001-06-21 | 1 | -10/+5 | |
| | | | | | editable raid requests for tui fix the mountpoint in use check | |||||
* | fixup raid sanity to check if bootable or not | Mike Fulbright | 2001-06-21 | 1 | -12/+11 | |
| | ||||||
* | clarify error message | Mike Fulbright | 2001-06-21 | 1 | -1/+1 | |
| | ||||||
* | use /dev entries if they exist rather then mknod'ing | Erik Troan | 2001-06-21 | 1 | -2/+6 | |
| | ||||||
* | check for max partition sizes, fix a bug in primary partition allocation | Jeremy Katz | 2001-06-21 | 1 | -19/+14 | |
| | ||||||
* | more raid sanity and UI improvements | Mike Fulbright | 2001-06-21 | 1 | -13/+53 | |
| |