| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-28 | 1 | -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 were | Chris Lumens | 2005-04-01 | 1 | -1/+0 |
| | | | | | already skipping that step. Bump version. | ||||
| * | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -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 single | Chris Lumens | 2005-03-23 | 1 | -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 empty | Chris Lumens | 2005-03-22 | 1 | -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 option | Chris Lumens | 2005-02-08 | 1 | -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 Katz | 2004-12-14 | 1 | -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 Katz | 2004-11-07 | 1 | -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 Katz | 2004-10-04 | 1 | -1/+1 |
| | | | | | * dispatch.py (installSteps): Remove my new typo. | ||||
| * | 2004-10-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-10-04 | 1 | -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 stuff | Karsten Hopp | 2004-08-02 | 1 | -0/+1 |
| | | |||||
| * | add our volume groups to the list of things relabeled | Jeremy Katz | 2004-03-17 | 1 | -1/+1 |
| | | |||||
| * | make selinux stuff part of a separate object, set up in instdata, pass to | Jeremy Katz | 2004-03-17 | 1 | -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 the | Jeremy Katz | 2004-02-24 | 1 | -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 screen | bfox | 2004-02-23 | 1 | -1/+0 |
| | | |||||
| * | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -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 Fulbright | 2003-09-12 | 1 | -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 of | Jeremy Katz | 2003-07-16 | 1 | -1/+1 |
| | | | | | little things across the board | ||||
| * | update for change in redhat-config-keyboard api. *sigh* | Jeremy Katz | 2003-05-22 | 1 | -1/+1 |
| | | |||||
| * | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -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 Fulbright | 2003-05-14 | 1 | -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 to | Jeremy Katz | 2003-01-23 | 1 | -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 the | Jeremy Katz | 2003-01-16 | 1 | -0/+4 |
| | | | | | direction and then I don't have to ask anymore | ||||
| * | changed arg we passed to be more specific | Mike Fulbright | 2003-01-03 | 1 | -1/+1 |
| | | |||||
| * | eject the cdrom from the second stage via a generic cleanup so that it | Jeremy Katz | 2002-12-16 | 1 | -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 up | Jeremy Katz | 2002-12-13 | 1 | -0/+3 |
| | | |||||
| * | add instClass to xcustom varargs | Mike Fulbright | 2002-12-03 | 1 | -1/+1 |
| | | |||||
| * | make permanently skipped steps unable to be removed from skip list | Mike Fulbright | 2002-11-14 | 1 | -1/+3 |
| | | |||||
| * | changes to work with new xsetup object | Mike Fulbright | 2002-11-12 | 1 | -4/+4 |
| | | |||||
| * | first pass upgrade autodetection. the ui still needs a little work, but it | Jeremy Katz | 2002-11-05 | 1 | -2/+2 |
| | | | | | seems to work reasonably well. | ||||
| * | don't pass the accounts object around either since it's superflous now | Jeremy Katz | 2002-10-01 | 1 | -1/+1 |
| | | |||||
| * | make desktopchoice depend on installclass | Mike Fulbright | 2002-07-23 | 1 | -1/+1 |
| | | |||||
| * | api change | Mike Fulbright | 2002-07-19 | 1 | -2/+2 |
| | | |||||
| * | make language support group selection a tad bit cleaner and move it to be ↵ | Jeremy Katz | 2002-07-17 | 1 | -2/+2 |
| | | | | | before package-selection so that the size is right | ||||
| * | remove inadvertent debug bits that crept in | Jeremy Katz | 2002-07-11 | 1 | -18/+0 |
| | | |||||
| * | add workstation customization screen | Mike Fulbright | 2002-07-10 | 1 | -0/+18 |
| | | |||||
| * | add workstation customization screen | Mike Fulbright | 2002-07-10 | 1 | -1/+1 |
| | | |||||
| * | add choose your own desktop step for workstation. msf is going to write screen | Jeremy Katz | 2002-07-10 | 1 | -0/+1 |
| | | |||||
| * | add hackish way to handle lack of real conditionals in new comps file right ↵ | Jeremy Katz | 2002-06-27 | 1 | -0/+2 |
| | | | | | now. needs to go before the final release, but will work for now | ||||
| * | add beta nag screen | Mike Fulbright | 2002-06-25 | 1 | -0/+2 |
| | | |||||
| * | fix for bootdisk issues | Mike Fulbright | 2002-06-12 | 1 | -1/+1 |
| | | |||||
| * | oops | Jeremy Katz | 2002-06-10 | 1 | -1/+2 |
| | | |||||
| * | add a step which takes care of ensuring that any needed things for firstboot ↵ | Jeremy Katz | 2002-06-10 | 1 | -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 functionality | Jeremy Katz | 2002-06-07 | 1 | -2/+2 |
| | | |||||
| * | reenable language support screen | Jeremy Katz | 2002-06-06 | 1 | -4/+1 |
| | | |||||
| * | doh | Mike Fulbright | 2002-06-04 | 1 | -4/+0 |
| | | |||||
| * | Cleanup error messages in generic handling code, make sure you dont munge ↵ | Mike Fulbright | 2002-06-04 | 1 | -0/+4 |
| | | | | | members of raid or lvm interactively, and misc cleanups | ||||
| * | more /mnt/sysimage surgery | Jeremy Katz | 2002-05-30 | 1 | -1/+1 |
| | | |||||
| * | if we don't find the object in the dict, try to use it as a method; better ↵ | Jeremy Katz | 2002-05-28 | 1 | -2/+3 |
| | | | | | than nothing. also, redhat-config-keyboard integration bit | ||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | | our own translate.py | ||||
