summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* raidlevels can be string numbers now tooJeremy Katz2001-07-231-0/+139
* minor parsing change for outputing ks.cfg (not user visible)Jeremy Katz2001-07-231-1/+1
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-236-14/+7
* bytes for inode just happily works now on ext2 fs's (which is all we really u...Jeremy Katz2001-07-231-2/+7
* extra format args could be specified for any filesystem reallyJeremy Katz2001-07-231-1/+1
* handling of the kickstart case where people want their partitions on a specif...Jeremy Katz2001-07-231-3/+28
* do something with onpartsJeremy Katz2001-07-231-1/+3
* grammar (49666)Jeremy Katz2001-07-232-2/+2
* pychecker fix... darn that selfJeremy Katz2001-07-221-1/+1
* actually hook up ldaptls via kickstartJeremy Katz2001-07-222-2/+3
* if they've asked for text mode, there's no need to warn them that we're using...Jeremy Katz2001-07-221-2/+3
* fix skipping x config (part of 49637)Jeremy Katz2001-07-221-1/+1
* catch parts of the bootable raid array in our aggressively placing bootJeremy Katz2001-07-222-1/+15
* handle making sure that the members of bootable raid requests get handledJeremy Katz2001-07-221-5/+20
* move whether the keyboard has been manually set into the keyboard objectJeremy Katz2001-07-224-20/+17
* got lost in the merge of the dispatch branch; fixes 22760 againJeremy Katz2001-07-221-1/+1
* this should fix xconfig in kickstartJeremy Katz2001-07-221-2/+2
* zerombr reinitializes the disksJeremy Katz2001-07-222-6/+3
* we have saner names now. saving state on this screen works nowJeremy Katz2001-07-221-1/+1
* fix default fstype in gui to give the right default format type on preexistin...Jeremy Katz2001-07-221-1/+5
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-223-0/+45
* grammar fixJeremy Katz2001-07-221-1/+1
* check the installclass in doAutoPartition so that we don't raise dialogsJeremy Katz2001-07-223-4/+22
* grammar fixJeremy Katz2001-07-221-1/+1
* kill unneeded debug messageJeremy Katz2001-07-221-2/+0
* grab kickstart configs via http. this allows for some really sick, twisted,Jeremy Katz2001-07-222-0/+98
* fix code to find migratable mounts during an upgrade to use FileSystemSet obj...Mike Fulbright2001-07-206-69/+42
* set the default to format to for a preexisting if it's not one we can formatJeremy Katz2001-07-201-0/+2
* fix updatecontinue to do the right(?) thingMatt Wilson2001-07-201-1/+2
* use the first available free space that's large enough for the bootableJeremy Katz2001-07-201-0/+2
* don't do the standard partition checks during the raid check in the finalJeremy Katz2001-07-201-5/+6
* don't reset the drives we want to use if there's already a drive on theJeremy Katz2001-07-201-1/+2
* do sanity checking for autopart and therefore, sanity check kickstart.Jeremy Katz2001-07-202-1/+29
* remove the other log too, if it's there.Matt Wilson2001-07-201-1/+6
* this hack can go away nowJeremy Katz2001-07-201-3/+0
* -1 is the error condition here.Matt Wilson2001-07-201-7/+7
* retry NFS mounts in kickstartMatt Wilson2001-07-201-1/+9
* yes this works, so we don't really need this printf anymoreJeremy Katz2001-07-201-1/+0
* i18n update from sources 07-20-2001Mike Fulbright2001-07-2029-15310/+20614
* also delete type 0x82, 0x83, and 0xfd partition types with no filesystem on t...Mike Fulbright2001-07-202-2/+16
* almostMike Fulbright2001-07-201-1/+1
* remove some bloat for non-s390 machineslaroche2001-07-202-0/+5
* add s390/s390x patcheslaroche2001-07-2019-34/+268
* second oot award of the dayJeremy Katz2001-07-201-0/+1
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-209-21/+89
* obviously correct, and maybe make this work...Jeremy Katz2001-07-201-1/+2
* more sanity checks... we should probably look over the error strings andJeremy Katz2001-07-201-2/+54
* don't put this on top of the install.logMatt Wilson2001-07-201-1/+1
* turn on swap early in lowmem (#46304), prevent you from editing once things a...Matt Wilson2001-07-204-5/+37
* Properly merge all referenced videocards when reading in cards dbMike Fulbright2001-07-201-9/+16