| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typo | bfox | 2001-08-22 | 1 | -1/+1 |
* | going back and doing autopartitioning on a hard drive install more than once ... | Jeremy Katz | 2001-08-15 | 1 | -1/+2 |
* | fix using by-cylinder partitioning for bootable requests | Jeremy Katz | 2001-08-15 | 1 | -1/+3 |
* | bootable requests need to be fit at roughly the same priority as primary only... | Jeremy Katz | 2001-08-13 | 1 | -1/+1 |
* | use ALL space on the drive when growing. We were failing to use last little b... | Mike Fulbright | 2001-08-10 | 1 | -3/+8 |
* | use the freespace prior to allocating any partitions to determine what | Jeremy Katz | 2001-08-09 | 1 | -2/+4 |
* | i18n fixes | Mike Fulbright | 2001-08-08 | 1 | -4/+4 |
* | fix creation of partitions which extend beyond the disk (50826) | Jeremy Katz | 2001-08-06 | 1 | -0/+3 |
* | fix formatting of warning screen | Mike Fulbright | 2001-08-02 | 1 | -6/+6 |
* | make some constant strings get translated | Mike Fulbright | 2001-08-02 | 1 | -1/+1 |
* | why yes, we should raise an error here so we get a nice dialog instead of a t... | Jeremy Katz | 2001-08-01 | 1 | -2/+1 |
* | oops, how was this ever expected to work? | Jeremy Katz | 2001-08-01 | 1 | -0/+1 |
* | copy the request before changing it so we can go back and do autopartitioning... | Jeremy Katz | 2001-07-31 | 1 | -3/+5 |
* | fix up the case where /boot wouldn't go to the second drive if there was | Jeremy Katz | 2001-07-30 | 1 | -9/+13 |
* | request sizes are megabytes... using the same units in comparisons is a good... | Jeremy Katz | 2001-07-25 | 1 | -1/+1 |
* | set flags, then part type | Mike Fulbright | 2001-07-25 | 1 | -1/+3 |
* | set or clear the PARTITION_RAID flag appropriately with preexisting partitions | Jeremy Katz | 2001-07-23 | 1 | -0/+4 |
* | sanity checks for sizes need to actually look at the partition since | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -4/+0 |
* | handling of the kickstart case where people want their partitions on a specif... | Jeremy Katz | 2001-07-23 | 1 | -3/+28 |
* | catch parts of the bootable raid array in our aggressively placing boot | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
* | check the installclass in doAutoPartition so that we don't raise dialogs | Jeremy Katz | 2001-07-22 | 1 | -3/+18 |
* | 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 |
* | 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 |
* | do sanity checking for autopart and therefore, sanity check kickstart. | Jeremy Katz | 2001-07-20 | 1 | -0/+15 |
* | also delete type 0x82, 0x83, and 0xfd partition types with no filesystem on t... | Mike Fulbright | 2001-07-20 | 1 | -2/+7 |
* | 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 |
* | 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 f... | Mike Fulbright | 2001-07-09 | 1 | -6/+36 |
* | fixed off by one sector bug when setting the starting sector of a partition. ... | Matt Wilson | 2001-07-09 | 1 | -1/+1 |
* | weird things happen when you remove from a list you at iterating over - rewro... | Mike Fulbright | 2001-07-09 | 1 | -1/+10 |
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -3/+2 |
* | 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 |
* | Added support for converting and formatting existing filesystems to a differe... | Mike Fulbright | 2001-07-06 | 1 | -0/+27 |
* | 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 |
* | if not preexisting AND not protected, don't set device... not the other way a... | Jeremy Katz | 2001-06-29 | 1 | -2/+2 |
* | 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 |