summaryrefslogtreecommitdiffstats
path: root/dispatch.py
Commit message (Collapse)AuthorAgeFilesLines
* make language support group selection a tad bit cleaner and move it to be ↵Jeremy Katz2002-07-171-2/+2
| | | | before package-selection so that the size is right
* remove inadvertent debug bits that crept inJeremy Katz2002-07-111-18/+0
|
* add workstation customization screenMike Fulbright2002-07-101-0/+18
|
* add workstation customization screenMike Fulbright2002-07-101-1/+1
|
* add choose your own desktop step for workstation. msf is going to write screenJeremy Katz2002-07-101-0/+1
|
* add hackish way to handle lack of real conditionals in new comps file right ↵Jeremy Katz2002-06-271-0/+2
| | | | now. needs to go before the final release, but will work for now
* add beta nag screenMike Fulbright2002-06-251-0/+2
|
* fix for bootdisk issuesMike Fulbright2002-06-121-1/+1
|
* oopsJeremy Katz2002-06-101-1/+2
|
* add a step which takes care of ensuring that any needed things for firstboot ↵Jeremy Katz2002-06-101-2/+3
| | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
* and actually use the new deletion functionalityJeremy Katz2002-06-071-2/+2
|
* reenable language support screenJeremy Katz2002-06-061-4/+1
|
* dohMike Fulbright2002-06-041-4/+0
|
* Cleanup error messages in generic handling code, make sure you dont munge ↵Mike Fulbright2002-06-041-0/+4
| | | | members of raid or lvm interactively, and misc cleanups
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-1/+1
|
* if we don't find the object in the dict, try to use it as a method; better ↵Jeremy Katz2002-05-281-2/+3
| | | | than nothing. also, redhat-config-keyboard integration bit
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* turn off language support screenMike Fulbright2002-05-211-1/+4
|
* add argument to call to network configurationMike Fulbright2002-05-131-1/+1
|
* merge bootloader changes from HEADJeremy Katz2002-04-221-0/+1
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-1/+1
| | | | work now, at least in gui. text mode might, though
* merge multi interface config in tui patch (#59841)Jeremy Katz2002-02-281-1/+1
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-3/+0
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-1/+2
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* move postaction and videocard configurationMike Fulbright2002-01-181-2/+2
|
* move post to really be post-installMike Fulbright2002-01-161-1/+1
|
* use messsageWindows instead of custom message boxes, so pass intf inJeremy Katz2001-12-271-1/+1
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-0/+1
| | | | | | | 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
* move welcome screen to the beginning. implements RFE #52297. We may revert ↵bfox2001-10-241-1/+1
| | | | this if nobody likes it
* add step for running ks %postMike Fulbright2001-08-171-1/+2
|
* going back and doing autopartitioning on a hard drive install more than once ↵Jeremy Katz2001-08-151-1/+1
| | | | was horked because we didn't reset the protected partitions
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+2
|
* don't check for packages to upgrade when going backwards (#51149)Matt Wilson2001-08-071-1/+1
|
* check that people have sane partition tables after running fdisk also (50840)Jeremy Katz2001-08-071-1/+1
|
* added an invisible step to allow the network screen to be skipped if no ↵bfox2001-08-021-0/+2
| | | | network devices are present
* need another argument to reconfig keyboard nowJeremy Katz2001-07-241-1/+1
|
* and fix going backwards through finding the root partsJeremy Katz2001-07-231-1/+1
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-0/+2
| | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
* check the installclass in doAutoPartition so that we don't raise dialogsJeremy Katz2001-07-221-1/+2
| | | | during kickstart for warnings and exit if there's an error partitioning
* fix code to find migratable mounts during an upgrade to use FileSystemSet ↵Mike Fulbright2001-07-201-2/+2
| | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet)
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-1/+5
|
* turn on swap early in lowmem (#46304), prevent you from editing once things ↵Matt Wilson2001-07-201-3/+3
| | | | are turned on (#46321)
* fix pychecker complaintsMike Fulbright2001-07-181-1/+1
|
* added needed param to this stepMike Fulbright2001-07-171-1/+1
|
* fix X keyboard setup from gui keyboard screen (#48761)Matt Wilson2001-07-121-1/+1
|
* move GUI GRUB password to a new screenbfox2001-07-111-0/+1
|
* style guideMatt Wilson2001-07-111-70/+75
|
* if we don't have any valid drives to install on, show an error messageJeremy Katz2001-07-111-1/+1
| | | | and then exit the install
* report mount point correctly when querying about migrating fs on upgradeMike Fulbright2001-07-101-1/+1
|
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-0/+3
| | | | | | and doPostInstall write out fstab at the end of doPreInstall