summaryrefslogtreecommitdiffstats
path: root/partitioning.py
Commit message (Collapse)AuthorAgeFilesLines
...
* we can actually create logical volumes nowJeremy Katz2002-01-251-7/+30
|
* oopsJeremy Katz2002-01-251-1/+1
|
* skeleton LVM code so that msf can start working on the real gui. doesn'tJeremy Katz2002-01-241-3/+52
| | | | actually create the volumes or anything yet
* merge in the generic parts of the xfs changes from sgi and in the process ↵Jeremy Katz2002-01-231-17/+16
| | | | take care of some of our multifsification
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-7/+4
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-8/+123
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* bye-bye balkanJeremy Katz2001-12-111-1/+0
|
* remove most of the static instances of /mnt/sysimage (#14632)Jeremy Katz2001-11-271-11/+11
|
* make partition ordering stronger (#52809).Jeremy Katz2001-11-261-0/+7
|
* don't ask about enabling swap early on a kickstart install, just do it (#56044)Jeremy Katz2001-11-261-1/+6
|
* merge fix to HEADJeremy Katz2001-11-121-2/+6
|
* don't call requestSize if swap is on RAIDbfox2001-11-021-1/+1
|
* Clarified dialog text. Fixes bug 55426bfox2001-11-011-8/+9
|
* merge anaconda-gtk-2-0-branch to HEADMatt Wilson2001-10-161-1/+1
|
* merge changes from 7-2-branchJeremy Katz2001-09-181-0/+4
|
* hack for kickstart where the partitions are checked before being allocatedJeremy Katz2001-09-041-1/+6
|
* mountpoint requirements should exist for RAID also (52700)Jeremy Katz2001-08-281-1/+2
|
* restore zerombr semantics to what the docs describe (52361)Jeremy Katz2001-08-231-12/+23
|
* don't probe skipped drives for raid (SF #52031)Matt Wilson2001-08-211-1/+6
|
* going back and doing autopartitioning on a hard drive install more than once ↵Jeremy Katz2001-08-151-5/+10
| | | | was horked because we didn't reset the protected partitions
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-1/+1
| | | | (51820)
* grammar fix (51761)Jeremy Katz2001-08-141-1/+1
|
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+26
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-5/+0
| | | | already had all the right magic (51393)
* size checks don't really matter if we're not formatting (51519)Jeremy Katz2001-08-111-0/+3
|
* handle exceptions caused by a bad mountpoint (#50319)Matt Wilson2001-08-091-3/+7
| | | | fixed broken raid registration from the last commit
* Reconstrict an existing RAIDDevice for those devices mentioned in the fstab. ↵Matt Wilson2001-08-091-7/+14
| | | | | | | This is so we can get the SW RAID member that is bootable when we go to install GRUB. (#51213)
* alpha supportMatt Wilson2001-08-091-1/+2
|
* oopsJeremy Katz2001-08-081-1/+1
|
* if we fail to mount ext2 filesystems on md devices, give ext3 a try. (#51145)Matt Wilson2001-08-071-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 Fulbright2001-08-071-15/+34
| | | | during an install
* check that the partition table type is valid for this architecture andJeremy Katz2001-08-071-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 Katz2001-08-061-2/+2
| | | | in test mode
* sort requests that are specified by start based on location on driveJeremy Katz2001-07-311-1/+10
|
* move warning about formatting preexisting partitions to when they leave the ↵Mike Fulbright2001-07-311-0/+47
| | | | partitioning screen. Hopefully will make it less annoying.
* fix problem deleting an extended we made (versus preexisting)Mike Fulbright2001-07-251-2/+5
|
* check that we don't have raid5 / and then delete /boot; also fix case where ↵Jeremy Katz2001-07-251-1/+6
| | | | swap spaces weren't getting calculated properly if you had multiple swaps
* set flags, then part type, plus typo fixMike Fulbright2001-07-251-2/+2
|
* look at the diskset since we could conceivably be a growable partition for / ↵Jeremy Katz2001-07-251-11/+21
| | | | too...
* work to make partitionless upgrades work better than beforeMike Fulbright2001-07-241-13/+14
|
* handle numeric request ids too...Jeremy Katz2001-07-231-2/+3
|
* this sanity check should be hereJeremy Katz2001-07-231-0/+3
|
* sanity checks for sizes need to actually look at the partition sinceJeremy Katz2001-07-231-2/+12
| | | | we could be a growable partition. so, now we need the diskset here too
* raidlevels can be string numbers now tooJeremy Katz2001-07-231-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 circularJeremy Katz2001-07-231-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 bootJeremy Katz2001-07-221-0/+14
| | | | partitions at the beginning of disks
* handle making sure that the members of bootable raid requests get handledJeremy Katz2001-07-221-5/+20
| | | | first
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-221-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 Fulbright2001-07-201-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 finalJeremy Katz2001-07-201-5/+6
| | | | sanity checks