summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-3/+3
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-091-1/+1
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-1/+3
| | | | | | | 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
* oops, didn't mean to check that in -- but at least this is HEAD onlyMatt Wilson2001-09-071-1/+1
|
* fix online help in text mode for foreign cd installs (from katzj, #53373)Matt Wilson2001-09-071-1/+6
|
* msw - 'i tested this code, really!'Mike Fulbright2001-08-101-0/+1
|
* Change all Ok to OKMike Fulbright2001-08-101-1/+1
|
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-1/+7
| | | | set up Korean NFS and get Korean GUI (#50364)
* if our only option is to cancel, don't bother showing the dialog, we'll need ↵Matt Wilson2001-08-061-0/+4
| | | | to catch the exception in our code anyway and we can just display the error there. (#51048)
* register the wait window with the fsset so we can pop up a "Checking for badJeremy Katz2001-07-301-0/+1
| | | | blocks" window
* fix for the infinite f1 loopy text mode online help thingMatt Wilson2001-07-241-9/+13
|