Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | * text.py (InstallInterface.messageWindow): Properly return the idx of the return on a custom messageWindow * image.py (presentRequiredMediaMessage): Add back button for required media message (#114770) * textw/confirm_text.py (BeginUpgradeWindow.__call__): Likewise. (BeginInstallWindow.__call__): Likewise. * iw/confirm_gui.py (UpgradeConfirmWindow.getNext) (InstallConfirmWindow.getNext): Likewise. | ||||
* | 2005-04-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-27 | 1 | -4/+0 |
| | | | | | | | * gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. * text.py (InstallInterface.run): Likewise. | ||||
* | 2005-04-26 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-04-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | * text.py (InstallInterface.beep): Add no-op beep method. Could actually do something if newtBell() were bound in snack. * cmdline.py (InstallInterface.beep): Add (no-op) beep method. * gui.py (InstallInterface.beep): Add beep method. * scripts/mk-images.x86_64 (COMMONMODULES): Add pcspkr module. * scripts/mk-images.i386 (COMMONMODULES): Likewise. * loader2/loader.c (main): Load pcspkr module. | ||||
* | Don't set the list of supported languages in Language.__init__ by default. | Chris Lumens | 2005-04-13 | 1 | -2/+6 |
| | | | | | Instead, only set this list in the install interfaces if kickstart hasn't taken care of it already. | ||||
* | Support setting the system's runtime language even if it's not supported | Chris Lumens | 2005-04-13 | 1 | -10/+5 |
| | | | | by a translation in anaconda. Set LC_COLLATE=C in the loader. | ||||
* | Removed language_support_gui.py and all references to it, since we were | Chris Lumens | 2005-04-01 | 1 | -4/+1 |
| | | | | already skipping that step. Bump version. | ||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -1/+1 |
| | | | | * text.py: Make topline match the loader. | ||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
* | 2005-03-29 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-29 | 1 | -4/+0 |
| | | | | | | | * text.py (stepToClasses): Remove silo stuff. * gui.py (stepToClasses): Likewise. * iw/silo_gui.py: Remove. * textw/silo_text.py: Remove. | ||||
* | Combined Language and InstallTimeLanguage in language.py into a single | Chris Lumens | 2005-03-23 | 1 | -2/+2 |
| | | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea. | ||||
* | 2004-11-08 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-08 | 1 | -2/+5 |
| | | | | | * text.py (InstallInterface.run): Fallback to English for languages that can't do text-mode (#138308) | ||||
* | add flags.virtpconsole to be used with virtual physical consoles like | Jeremy Katz | 2004-09-13 | 1 | -3/+3 |
| | | | | | | hvc (ppc), hvsi (ppc), and altix (ia64). set up in init and carried throughout. (#131091, #130906, #131301) | ||||
* | if bogl fails to start, fall back to english for text mode intsalls (#131678) | Jeremy Katz | 2004-09-07 | 1 | -0/+19 |
| | |||||
* | don't log the parted exceptions we can't do anything about | Jeremy Katz | 2004-08-26 | 1 | -1/+1 |
| | |||||
* | log parted exceptions | mikem | 2004-08-24 | 1 | -0/+1 |
| | |||||
* | simple pass at doing text mode zfcp config. it's missing error handling | Jeremy Katz | 2004-08-16 | 1 | -0/+1 |
| | | | | (which isn't in the gui version either right now :) (#130011) | ||||
* | don't traceback if /bin/sh doesn't exist (ie, we're in the chroot) | Jeremy Katz | 2004-08-10 | 1 | -1/+4 |
| | | | | (#129049) | ||||
* | fix tyop (noticed on fedora-trans-list) | Jeremy Katz | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | the start of better kickstart error handling. create KickstartError class | Jeremy Katz | 2004-05-18 | 1 | -0/+11 |
| | | | | | | | | and raise that on kickstart errors. provide basic intf kickstartWindow methods don't pass intf in yet, because this is before the intf is up and running, so we can't use it | ||||
* | crappy pass at text mode selinux configuration so that there's at least | Jeremy Katz | 2004-03-17 | 1 | -1/+2 |
| | | | | something | ||||
* | party like it's 2004... | Jeremy Katz | 2004-01-26 | 1 | -2/+2 |
| | |||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -3/+5 |
| | | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -4/+12 |
| | | | | and cleanups in here too | ||||
* | only start bterm if needed | Jeremy Katz | 2003-05-06 | 1 | -1/+1 |
| | |||||
* | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -2/+15 |
| | |||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -6/+3 |
| | | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups. | ||||
* | brent and I decided customize packages to upgrade is not useful and just ↵ | Mike Fulbright | 2003-04-21 | 1 | -2/+4 |
| | | | | clutters the display. If we ever add a "Here is whats new in Red Hat Linux xxx" screen we can bring back the concept | ||||
* | this was leftover from an experiment - thanks to katzj for noticing | Mike Fulbright | 2003-04-14 | 1 | -3/+0 |
| | |||||
* | add method to get screen from interface | Mike Fulbright | 2003-04-14 | 1 | -0/+3 |
| | |||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -10/+3 |
| | | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future | ||||
* | add a way to change the screen for the intf (needed for when we start bterm) | Jeremy Katz | 2003-02-11 | 1 | -0/+3 |
| | |||||
* | search RHupdates for html as well | Matt Wilson | 2003-01-16 | 1 | -1/+2 |
| | |||||
* | fix exception window | Matt Wilson | 2003-01-15 | 1 | -0/+1 |
| | |||||
* | use kudzu for floppy probe | Matt Wilson | 2003-01-14 | 1 | -1/+6 |
| | |||||
* | productname and productversion are now defined by passing args to buildinstall | Jeremy Katz | 2003-01-13 | 1 | -0/+3 |
| | | | | | | | | so that we don't have them hard coded in the package. they end up in /.buildstamp along with the timestamp for the image. add support for substituting @RHL@ and @RHLVER@ in the help with the product name or version to avoid having to change the help unless its needed | ||||
* | nuke extra spaces | Matt Wilson | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | save to floppy only if you have a floppy drive. Needed as part of s390 ↵ | Matt Wilson | 2003-01-08 | 1 | -9/+9 |
| | | | | merge, but applies to many platforms and notebooks these days | ||||
* | update visible copyright date | Jeremy Katz | 2003-01-02 | 1 | -1/+1 |
| | |||||
* | don't show the user creation screen in text mode | Jeremy Katz | 2002-10-01 | 1 | -1/+1 |
| | |||||
* | pad end of line with spaces (#70444) | Jeremy Katz | 2002-08-23 | 1 | -0/+4 |
| | |||||
* | remove unused module | Jeremy Katz | 2002-08-02 | 1 | -1/+0 |
| | |||||
* | key off DEBUG | Matt Wilson | 2002-07-15 | 1 | -1/+2 |
| | |||||
* | fix speling (#68541) | Bill Nottingham | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | add workstation customization screen | Mike Fulbright | 2002-07-10 | 1 | -0/+1 |
| | |||||
* | fix tui bootdisk creation, bug #66176 | Mike Fulbright | 2002-06-26 | 1 | -2/+1 |
| | |||||
* | add beta nag screen | Mike Fulbright | 2002-06-25 | 1 | -2/+3 |
| | |||||
* | strip keyaccel underscore chars if in string, only useful for GUI | Mike Fulbright | 2002-06-19 | 1 | -4/+7 |
| | |||||
* | fix for tui messageWindow not understanding custom option, bug #66353 | Mike Fulbright | 2002-06-10 | 1 | -1/+12 |
| | |||||
* | reenable language support screen | Jeremy Katz | 2002-06-06 | 1 | -2/+2 |
| | |||||
* | oops, fix this up to not crash | Jeremy Katz | 2002-05-29 | 1 | -1/+1 |
| |