Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle exceptions caused by a bad mountpoint (#50319) | Matt Wilson | 2001-08-09 | 1 | -3/+7 | |
| | | | | fixed broken raid registration from the last commit | |||||
* | Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ↵ | Matt Wilson | 2001-08-09 | 1 | -7/+14 | |
| | | | | | | | This is so we can get the SW RAID member that is bootable when we go to install GRUB. (#51213) | |||||
* | alpha support | Matt Wilson | 2001-08-09 | 1 | -1/+2 | |
| | ||||||
* | oops | Jeremy Katz | 2001-08-08 | 1 | -1/+1 | |
| | ||||||
* | if we fail to mount ext2 filesystems on md devices, give ext3 a try. (#51145) | Matt Wilson | 2001-08-07 | 1 | -5/+13 | |
| | | | | | register the raid devices we mkraid with the partitioning layer hup the raid devices and start the existing ones so we can pull labels off them in case we have a label conflict(#51148) | |||||
* | tweaked warnings if you dont format a preexisting Linux native fs for use ↵ | Mike Fulbright | 2001-08-07 | 1 | -15/+34 | |
| | | | | during an install | |||||
* | check that the partition table type is valid for this architecture and | Jeremy Katz | 2001-08-07 | 1 | -9/+56 | |
| | | | | | | give a chance to reinitialize to the default type if not (50861) this requires parted-1.4.16-5 or later | |||||
* | now that I unbroke zerombr, we probably don't want to clear partition tables ↵ | Jeremy Katz | 2001-08-06 | 1 | -2/+2 | |
| | | | | in test mode | |||||
* | sort requests that are specified by start based on location on drive | Jeremy Katz | 2001-07-31 | 1 | -1/+10 | |
| | ||||||
* | move warning about formatting preexisting partitions to when they leave the ↵ | Mike Fulbright | 2001-07-31 | 1 | -0/+47 | |
| | | | | partitioning screen. Hopefully will make it less annoying. | |||||
* | fix problem deleting an extended we made (versus preexisting) | Mike Fulbright | 2001-07-25 | 1 | -2/+5 | |
| | ||||||
* | check that we don't have raid5 / and then delete /boot; also fix case where ↵ | Jeremy Katz | 2001-07-25 | 1 | -1/+6 | |
| | | | | swap spaces weren't getting calculated properly if you had multiple swaps | |||||
* | set flags, then part type, plus typo fix | Mike Fulbright | 2001-07-25 | 1 | -2/+2 | |
| | ||||||
* | look at the diskset since we could conceivably be a growable partition for / ↵ | Jeremy Katz | 2001-07-25 | 1 | -11/+21 | |
| | | | | too... | |||||
* | work to make partitionless upgrades work better than before | Mike Fulbright | 2001-07-24 | 1 | -13/+14 | |
| | ||||||
* | handle numeric request ids too... | Jeremy Katz | 2001-07-23 | 1 | -2/+3 | |
| | ||||||
* | this sanity check should be here | Jeremy Katz | 2001-07-23 | 1 | -0/+3 | |
| | ||||||
* | sanity checks for sizes need to actually look at the partition since | Jeremy Katz | 2001-07-23 | 1 | -2/+12 | |
| | | | | we could be a growable partition. so, now we need the diskset here too | |||||
* | raidlevels can be string numbers now too | Jeremy Katz | 2001-07-23 | 1 | -0/+139 | |
| | | | | write out partitioning information to the auto ks.cfg, but comment it out | |||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -2/+6 | |
| | | | | | import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart | |||||
* | catch parts of the bootable raid array in our aggressively placing boot | Jeremy Katz | 2001-07-22 | 1 | -0/+14 | |
| | | | | partitions at the beginning of disks | |||||
* | handle making sure that the members of bootable raid requests get handled | Jeremy Katz | 2001-07-22 | 1 | -5/+20 | |
| | | | | first | |||||
* | give warnings and errors for partitions using sanity checking function | Jeremy Katz | 2001-07-22 | 1 | -0/+27 | |
| | | | | | | previously committed and being used for kickstart. errors are fatal and must be corrected. warnings give you a choice as to whether you wish to continue without making changes | |||||
* | fix code to find migratable mounts during an upgrade to use FileSystemSet ↵ | Mike Fulbright | 2001-07-20 | 1 | -14/+0 | |
| | | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet) | |||||
* | don't do the standard partition checks during the raid check in the final | Jeremy Katz | 2001-07-20 | 1 | -5/+6 | |
| | | | | sanity checks | |||||
* | do sanity checking for autopart and therefore, sanity check kickstart. | Jeremy Katz | 2001-07-20 | 1 | -1/+14 | |
| | | | | 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 | -0/+9 | |
| | | | | them for CLEARPART_TYPE_LINUX | |||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -2/+4 | |
| | ||||||
* | more sanity checks... we should probably look over the error strings and | Jeremy Katz | 2001-07-20 | 1 | -2/+54 | |
| | | | | make them at least somewhat better | |||||
* | turn on swap early in lowmem (#46304), prevent you from editing once things ↵ | Matt Wilson | 2001-07-20 | 1 | -1/+26 | |
| | | | | are turned on (#46321) | |||||
* | yeah now print out a partition type name instead of foreign | Mike Fulbright | 2001-07-19 | 1 | -1/+79 | |
| | ||||||
* | fix behavior so we warn user if they are using a preexisting as a system ↵ | Mike Fulbright | 2001-07-19 | 1 | -1/+13 | |
| | | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data | |||||
* | report preexisting disk label for existing filesystems (which have one) so ↵ | Mike Fulbright | 2001-07-19 | 1 | -1/+11 | |
| | | | | user knows how things were previously mounted | |||||
* | use actual partition type as one of the criteria in determining if it should | Jeremy Katz | 2001-07-19 | 1 | -0/+3 | |
| | | | | be the DOS install on the system | |||||
* | add clearpart --initlabel support (43085) | Jeremy Katz | 2001-07-17 | 1 | -6/+18 | |
| | ||||||
* | make sure we're not being given a string or device as part | Jeremy Katz | 2001-07-16 | 1 | -1/+1 | |
| | ||||||
* | hopefully fix editing pre-exiting software raid parts | Jeremy Katz | 2001-07-16 | 1 | -1/+1 | |
| | ||||||
* | /boot/efi must be vfat (48779) | Jeremy Katz | 2001-07-13 | 1 | -2/+3 | |
| | ||||||
* | set the node... | Jeremy Katz | 2001-07-12 | 1 | -1/+2 | |
| | ||||||
* | handle drives which don't have partition tables on them | Jeremy Katz | 2001-07-11 | 1 | -6/+31 | |
| | ||||||
* | ask user if they are sure they want to reformat a pre-existing partition | Mike Fulbright | 2001-07-11 | 1 | -0/+9 | |
| | ||||||
* | raid upgrades seem to work with at least non-root now | Matt Wilson | 2001-07-11 | 1 | -16/+30 | |
| | ||||||
* | default format to None | Mike Fulbright | 2001-07-11 | 1 | -1/+1 | |
| | ||||||
* | if we don't have any valid drives to install on, show an error message | Jeremy Katz | 2001-07-11 | 1 | -1/+12 | |
| | | | | and then exit the install | |||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -1/+6 | |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 | |||||
* | skip RAID/LVM partitions when looking for existings roots | Matt Wilson | 2001-07-10 | 1 | -2/+9 | |
| | ||||||
* | don't let people delete an extended which contains raid devices or protected ↵ | Jeremy Katz | 2001-07-10 | 1 | -0/+42 | |
| | | | | partitions | |||||
* | gracefully handle partitions which we don't understand the fstype of | Jeremy Katz | 2001-07-10 | 1 | -6/+1 | |
| | | | | | (and hence, which have an fs type of None). set to foreign fs type and allow formatting of these partitions | |||||
* | non-ext2 upgrade support | Matt Wilson | 2001-07-10 | 1 | -4/+6 | |
| | ||||||
* | this should fix going back from partitioning screens | Jeremy Katz | 2001-07-09 | 1 | -0/+1 | |
| |