Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grammar fix | Jeremy Katz | 2001-07-22 | 1 | -1/+1 | |
| | ||||||
* | use the first available free space that's large enough for the bootable | Jeremy Katz | 2001-07-20 | 1 | -0/+2 | |
| | | | | partition | |||||
* | don't reset the drives we want to use if there's already a drive on the | Jeremy Katz | 2001-07-20 | 1 | -1/+2 | |
| | | | | request | |||||
* | do sanity checking for autopart and therefore, sanity check kickstart. | Jeremy Katz | 2001-07-20 | 1 | -0/+15 | |
| | | | | critical errors don't allow you to continue, warnings to log | |||||
* | also delete type 0x82, 0x83, and 0xfd partition types with no filesystem on ↵ | Mike Fulbright | 2001-07-20 | 1 | -2/+7 | |
| | | | | them for CLEARPART_TYPE_LINUX | |||||
* | default to no to clearpart | Mike Fulbright | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | don't remove protected partitions in auto partitioning (48622) | Jeremy Katz | 2001-07-13 | 1 | -1/+5 | |
| | ||||||
* | /boot/efi must be vfat (48779) | Jeremy Katz | 2001-07-13 | 1 | -2/+4 | |
| | ||||||
* | how did this ever work? | Jeremy Katz | 2001-07-11 | 1 | -1/+3 | |
| | ||||||
* | ia64 autopartitioning voodoo | Jeremy Katz | 2001-07-11 | 1 | -0/+17 | |
| | | | | | | if linuxonly and have an msdos partition and it has the bootable flag set, do not delete it and make it our /boot/efi. could contain system utils. if not linuxonly, just do as normal and blow everything away | |||||
* | not all partition tables are limited to only 4 primary partitions... | Jeremy Katz | 2001-07-11 | 1 | -2/+3 | |
| | ||||||
* | warn user if we're going to blow away data to autopartition | Mike Fulbright | 2001-07-10 | 1 | -0/+45 | |
| | ||||||
* | when we create an extended partition, need to find free space now remaining ↵ | Mike Fulbright | 2001-07-09 | 1 | -6/+36 | |
| | | | | for the logical we are making | |||||
* | fixed off by one sector bug when setting the starting sector of a partition. ↵ | Matt Wilson | 2001-07-09 | 1 | -1/+1 | |
| | | | | We need to start on a partition boundary | |||||
* | weird things happen when you remove from a list you at iterating over - ↵ | Mike Fulbright | 2001-07-09 | 1 | -1/+10 | |
| | | | | rewrote to avoid this behavior | |||||
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -3/+2 | |
| | | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts | |||||
* | typo | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | typo | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | fix the add one, get many case | Jeremy Katz | 2001-07-06 | 1 | -10/+11 | |
| | ||||||
* | set drives to the drives we said we want to use for linux... | Jeremy Katz | 2001-07-06 | 1 | -0/+4 | |
| | ||||||
* | move autopart strings to bottom of file | Jeremy Katz | 2001-07-06 | 1 | -29/+72 | |
| | | | | | | 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 | -0/+27 | |
| | | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning | |||||
* | if we're reformating a preexisting partition as a new partition type, mark it | Mike Fulbright | 2001-07-05 | 1 | -0/+3 | |
| | ||||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -24/+26 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | if not preexisting AND not protected, don't set device... not the other way ↵ | Jeremy Katz | 2001-06-29 | 1 | -2/+2 | |
| | | | | around | |||||
* | make sure the part is really deleted | Jeremy Katz | 2001-06-28 | 1 | -0/+1 | |
| | ||||||
* | attempt to speed up convergence | Mike Fulbright | 2001-06-27 | 1 | -1/+6 | |
| | ||||||
* | fix this | Jeremy Katz | 2001-06-27 | 1 | -1/+1 | |
| | ||||||
* | handle deleting pre-existing extended partitions | Mike Fulbright | 2001-06-27 | 1 | -6/+11 | |
| | ||||||
* | fix double remove corruption in autopart | Matt Wilson | 2001-06-27 | 1 | -0/+19 | |
| | ||||||
* | reset devices if we've autopartitioned and go back to change our ↵ | Jeremy Katz | 2001-06-27 | 1 | -0/+2 | |
| | | | | autopartitioning options | |||||
* | remove some debugging info | Mike Fulbright | 2001-06-27 | 1 | -2/+2 | |
| | ||||||
* | land new autopartitioning code... should be faster and better. | Jeremy Katz | 2001-06-26 | 1 | -94/+209 | |
| | | | | also, fix up some bits so we don't refreshdevices as often | |||||
* | fixed refreshfromdisk, removed debugging | Mike Fulbright | 2001-06-25 | 1 | -2/+2 | |
| | ||||||
* | fix the pinning of requests to a drive when grown | Jeremy Katz | 2001-06-25 | 1 | -10/+21 | |
| | | | | protected partitions should work | |||||
* | add screen to GUI to allow user to control autopartitioning to some extent | Mike Fulbright | 2001-06-25 | 1 | -2/+2 | |
| | ||||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 1 | -3/+4 | |
| | ||||||
* | remove empty extended partitions and clean up case where we want to remove | Jeremy Katz | 2001-06-25 | 1 | -1/+17 | |
| | | | | all partitions but partitions with no fstype exist | |||||
* | add in support for fdisk and choosing your partition method... TUI only | Jeremy Katz | 2001-06-25 | 1 | -0/+3 | |
| | | | | at the moment | |||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -3/+3 | |
| | ||||||
* | fixes based on pychecker output | Mike Fulbright | 2001-06-22 | 1 | -8/+5 | |
| | ||||||
* | stuff to make python happy about modules | Mike Fulbright | 2001-06-22 | 1 | -2/+2 | |
| | ||||||
* | LOTS of changes to how growing works, added code to allow support instclass ↵ | Mike Fulbright | 2001-06-22 | 1 | -51/+185 | |
| | | | | supplied autopart requests | |||||
* | drive specification is a list of possible drives, not a string | Mike Fulbright | 2001-06-21 | 1 | -5/+3 | |
| | ||||||
* | comment out some debugging prints | Jeremy Katz | 2001-06-21 | 1 | -1/+1 | |
| | | | | | editable raid requests for tui fix the mountpoint in use check | |||||
* | processPartitioning doesn't just return success/failure anymore | Jeremy Katz | 2001-06-21 | 1 | -2/+2 | |
| | ||||||
* | store size in MB | Mike Fulbright | 2001-06-21 | 1 | -1/+1 | |
| | ||||||
* | check for max partition sizes, fix a bug in primary partition allocation | Jeremy Katz | 2001-06-21 | 1 | -14/+19 | |
| | ||||||
* | more raid sanity and UI improvements | Mike Fulbright | 2001-06-21 | 1 | -1/+1 | |
| | ||||||
* | more primary only logic | Jeremy Katz | 2001-06-20 | 1 | -4/+9 | |
| |