summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* fix justification (#106055)Jeremy Katz2003-09-301-1/+1
|
* people might want to enable a firewall in text mode. Bugzilla #105765.Mike Fulbright2003-09-291-0/+2
|
* fix arguments (#105811)Jeremy Katz2003-09-281-1/+1
|
* don't have activation information, etcJeremy Katz2003-09-231-12/+10
|
* bye bye liloJeremy Katz2003-09-221-4/+1
|
* fixup firewall missing warningMike Fulbright2003-09-221-3/+9
|
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* add a nag to let user know running w/o a firewall is dangerous (unlike ↵Mike Fulbright2003-09-171-3/+10
| | | | scissors) and add mnenomics to monitor not set nag dialog
* add notification right before install/upgrade starts on how many CDs will be ↵Mike Fulbright2003-09-121-2/+31
| | | | required so user can abort if they didnt burn them all
* merge from taroon branchJeremy Katz2003-08-272-3/+8
|
* merge changes from taroon branchJeremy Katz2003-08-202-7/+10
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-142-39/+20
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-5/+6
| | | | little things across the board
* handle empty descriptions betterMike Fulbright2003-07-111-1/+2
|
* add description to network device configuration dialogMike Fulbright2003-07-101-14/+29
|
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-3/+4
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* implement package group details for TUIMike Fulbright2003-07-021-1/+70
|
* removed reference to unused corrected keyword for memInstalled() function.Mike Fulbright2003-06-231-1/+1
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-3/+4
| | | | | | | | * 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 from taroon. fixes driver disks, side effect of pulling in newJeremy Katz2003-06-121-1/+2
| | | | buildinstall stuff
* fix generic monitor entries were not at top of listMike Fulbright2003-06-111-4/+23
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-065-24/+46
| | | | and cleanups in here too
* update for change in redhat-config-keyboard api. *sigh*Jeremy Katz2003-05-221-3/+1
|
* fix for bug 91300Mike Fulbright2003-05-211-2/+2
|
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-9/+9
| | | | 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-2/+16
| | | | 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
* fix for bug #82512Mike Fulbright2003-05-091-2/+17
|
* added optional argument to allow code to be reused by rescue modeMike Fulbright2003-05-091-7/+16
|
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-053-34/+59
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-243-10/+16
| | | | | | | | 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.
* filter out mnemonic markers in install class namesMike Fulbright2003-04-211-1/+7
|
* add UI for http/ftp download progressMike Fulbright2003-04-141-9/+56
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-213-171/+309
| | | | | 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
* no longer allowing badblocks checkingMike Fulbright2003-03-141-11/+21
|
* remove map from the lang-table. we don't ever use it anymore during theJeremy Katz2003-02-251-17/+0
| | | | install and isys.loadFont was just throwing out the argument (#84275)
* merge from branch to HEAD. turkish stays on HEAD, thoughJeremy Katz2003-02-251-3/+3
|
* nalin sez spaces are fine (#84705)Jeremy Katz2003-02-201-1/+1
|
* fix for bug #80746Mike Fulbright2003-02-121-1/+3
|
* make back work from customize package selection (#80679)Matt Wilson2003-02-121-1/+2
|
* and we need to not start bterm in the second stage either for serialJeremy Katz2003-02-121-1/+2
|
* # XXX we always unskip disk druid in tui right now sinceJeremy Katz2003-02-111-0/+5
| | | | | # we don't ask if you want to review amd if you're using # text mode, we hope you're smart enough to deal (#82474)
* support starting bterm from the second stage. whee!Jeremy Katz2003-02-111-18/+27
|
* tyop fixes from translation team (#83523)Jeremy Katz2003-02-051-1/+1
|
* shame on pychecker. good catch from mswJeremy Katz2003-02-041-1/+1
|
* no lilo on x86_64Jeremy Katz2003-02-041-2/+6
|
* only allow ascii passwords. anything else is nonsensical and impossible toJeremy Katz2003-01-231-1/+13
| | | | handle sanely due to lack of a defined encoding for the passwd file (#81534)
* should fix some issues with monitor selectionMike Fulbright2003-01-141-2/+12
|
* merge from s390 branchMatt Wilson2003-01-082-38/+48
|
* changed arg we passed to be more specificMike Fulbright2003-01-031-3/+3
|
* make sure boot dev also isn't none so they can't update a boot loader we ↵Jeremy Katz2003-01-031-1/+1
| | | | can't detect (#79467)