summaryrefslogtreecommitdiffstats
path: root/dispatch.py
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-281-1/+1
| | | | | * installmethod.py (doMethodComplete): Figure out rootfs better * dispatch.py (installSteps): Pass id.fsset to methodcomplete.
* Removed language_support_gui.py and all references to it, since we wereChris Lumens2005-04-011-1/+0
| | | | already skipping that step. Bump version.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-4/+4
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* If we're doing a kickstart install and "interactive" is used, don't emptyChris Lumens2005-03-221-1/+1
| | | | | | out the nameserver information we got from DHCP when the network GUI is displayed. This ensures that the /etc/resolv.conf we write out will have nameserver entries.
* Support --erroronfail as an option for %pre and %post blocks. This optionChris Lumens2005-02-081-1/+1
| | | | | will display an error dialog and terminate installation, instead of just logging a failure and continuing on (#124368).
* 2004-12-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-12-141-1/+1
| | | | | | | | * dispatch.py (installSteps): Pass new arg to desktopchoice * iw/desktop_choice_gui.py (DesktopChoiceWindow.getNext): Reset package selection to defaults if selected (#142415) * textw/desktop_choice_text.py (DesktopChoiceWindow): Likewise.
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-1/+3
| | | | | | | | | | | * dispatch.py (installSteps): Add handleMiscPackages steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * upgradeclass.py (InstallClass.setSteps): Likewise. * packages.py (handleMiscPackages): Add a step to do all of the miscellaneous package selection based on installer selections instead of doing them in doPreInstall so that our needed CD list is correct (#122017)
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-1/+1
| | | | * dispatch.py (installSteps): Remove my new typo.
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-1/+2
| | | | | | | | | | | * dispatch.py (installSteps): * installclass.py (BaseInstallClass.setSteps): * upgradeclass.py (InstallClass.setSteps): Add copylogs step. * packages.py (copyAnacondaLogs): Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog so that they exist post-install (#124370)
* add calls to zfcp stuffKarsten Hopp2004-08-021-0/+1
|
* add our volume groups to the list of things relabeledJeremy Katz2004-03-171-1/+1
|
* make selinux stuff part of a separate object, set up in instdata, pass toJeremy Katz2004-03-171-1/+1
| | | | screens. fix up firewall to not influence selinux, remember the option used
* add a new step for setting the file contexts so that it can be after theJeremy Katz2004-02-241-0/+2
| | | | | | boot loader is installed. move to using my function in isys instead of calling setfiles. have to fork and chroot for the actual run so that the regexes match :/
* remove the mouse configuration screenbfox2004-02-231-1/+0
|
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* add notification right before install/upgrade starts on how many CDs will be ↵Mike Fulbright2003-09-121-2/+2
| | | | required so user can abort if they didnt burn them all
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-1/+1
| | | | little things across the board
* update for change in redhat-config-keyboard api. *sigh*Jeremy Katz2003-05-221-1/+1
|
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-7/+7
| | | | msw's ctrl-alt-del thing and some arch fixups
* this change makes it so you are prompted if you monitor was not probed. the ↵Mike Fulbright2003-05-141-1/+12
| | | | prompt occurs after the keyboard and mice screens, so all peripheral questions are at the beginning. previous state of these files tags as before-cambridge-monitor-query-change
* only allow ascii passwords. anything else is nonsensical and impossible toJeremy Katz2003-01-231-1/+1
| | | | handle sanely due to lack of a defined encoding for the passwd file (#81534)
* I'm tired of guessing at what steps people went through. log them with theJeremy Katz2003-01-161-0/+4
| | | | direction and then I don't have to ask anymore
* changed arg we passed to be more specificMike Fulbright2003-01-031-1/+1
|
* eject the cdrom from the second stage via a generic cleanup so that itJeremy Katz2002-12-161-0/+2
| | | | | gets ejected when we tell people to remove their media instead of waiting until the very very end. and now we don't eject on network installs either :)
* set the time upJeremy Katz2002-12-131-0/+3
|
* add instClass to xcustom varargsMike Fulbright2002-12-031-1/+1
|
* make permanently skipped steps unable to be removed from skip listMike Fulbright2002-11-141-1/+3
|
* changes to work with new xsetup objectMike Fulbright2002-11-121-4/+4
|
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-2/+2
| | | | seems to work reasonably well.
* don't pass the accounts object around either since it's superflous nowJeremy Katz2002-10-011-1/+1
|
* make desktopchoice depend on installclassMike Fulbright2002-07-231-1/+1
|
* api changeMike Fulbright2002-07-191-2/+2
|
* 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