summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Collapse)AuthorAgeFilesLines
* 2004-11-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-081-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 likeJeremy Katz2004-09-131-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 Katz2004-09-071-0/+19
|
* don't log the parted exceptions we can't do anything aboutJeremy Katz2004-08-261-1/+1
|
* log parted exceptionsmikem2004-08-241-0/+1
|
* simple pass at doing text mode zfcp config. it's missing error handlingJeremy Katz2004-08-161-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 Katz2004-08-101-1/+4
| | | | (#129049)
* fix tyop (noticed on fedora-trans-list)Jeremy Katz2004-06-081-1/+1
|
* the start of better kickstart error handling. create KickstartError classJeremy Katz2004-05-181-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 leastJeremy Katz2004-03-171-1/+2
| | | | something
* party like it's 2004...Jeremy Katz2004-01-261-2/+2
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-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 stuffJeremy Katz2003-06-061-4/+12
| | | | and cleanups in here too
* only start bterm if neededJeremy Katz2003-05-061-1/+1
|
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-2/+15
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-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 Fulbright2003-04-211-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 noticingMike Fulbright2003-04-141-3/+0
|
* add method to get screen from interfaceMike Fulbright2003-04-141-0/+3
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-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 Katz2003-02-111-0/+3
|
* search RHupdates for html as wellMatt Wilson2003-01-161-1/+2
|
* fix exception windowMatt Wilson2003-01-151-0/+1
|
* use kudzu for floppy probeMatt Wilson2003-01-141-1/+6
|
* productname and productversion are now defined by passing args to buildinstallJeremy Katz2003-01-131-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 spacesMatt Wilson2003-01-091-1/+1
|
* save to floppy only if you have a floppy drive. Needed as part of s390 ↵Matt Wilson2003-01-081-9/+9
| | | | merge, but applies to many platforms and notebooks these days
* update visible copyright dateJeremy Katz2003-01-021-1/+1
|
* don't show the user creation screen in text modeJeremy Katz2002-10-011-1/+1
|
* pad end of line with spaces (#70444)Jeremy Katz2002-08-231-0/+4
|
* remove unused moduleJeremy Katz2002-08-021-1/+0
|
* key off DEBUGMatt Wilson2002-07-151-1/+2
|
* fix speling (#68541)Bill Nottingham2002-07-111-1/+1
|
* add workstation customization screenMike Fulbright2002-07-101-0/+1
|
* fix tui bootdisk creation, bug #66176Mike Fulbright2002-06-261-2/+1
|
* add beta nag screenMike Fulbright2002-06-251-2/+3
|
* strip keyaccel underscore chars if in string, only useful for GUIMike Fulbright2002-06-191-4/+7
|
* fix for tui messageWindow not understanding custom option, bug #66353Mike Fulbright2002-06-101-1/+12
|
* reenable language support screenJeremy Katz2002-06-061-2/+2
|
* oops, fix this up to not crashJeremy Katz2002-05-291-1/+1
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 ↵Mike Fulbright2002-05-211-2/+2
| | | | X changes into HEAD
* 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/+5
| | | | work now, at least in gui. text mode might, though
* tcsc fixes (53574)Jeremy Katz2002-03-071-1/+3
|
* these seem redundantMike Fulbright2002-03-041-7/+7
|
* merge help tag, architecture support from hampton branchJeremy Katz2002-03-011-12/+25
|
* oh yeah goodbye reconfigMike Fulbright2002-02-081-4/+0
|
* fixed text mode parted exceptions when translatedMatt Wilson2002-02-051-1/+1
|