summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* make the desktop choice screen less hack-ish, put the package lists inJeremy Katz2003-08-041-7/+5
| | | | the installclasses and pull things in somewhat sanely
* new firewall stuff, does --enabled/--disabled instead of all of theJeremy Katz2003-08-041-32/+15
| | | | silly high, medium, none bits. cleaned up interface a bit, etc
* update for api change in firstboot keyboard windowJeremy Katz2003-07-151-3/+1
|
* clean up reboot references for s390 (#98769)Jeremy Katz2003-07-151-5/+6
|
* handle empty descriptions betterMike Fulbright2003-07-111-1/+2
|
* add description to network device configuration dialogMike Fulbright2003-07-101-14/+29
|
* implement package group details for TUIMike Fulbright2003-07-021-1/+70
|
* include archJeremy Katz2003-07-011-3/+4
|
* fixes to handle pSeries boot constraints betterJeremy Katz2003-06-201-3/+4
| | | | | | | | | | | | * add a /boot * check if /boot and prep are above 4G * make bootrequests return a list so that we can place prep and /boot early on the disk * max size of prep partition is 10 megs (according to yaboot docs) * use first new prep partition (or just first) to allow having more than one. note that we don't set up the changed device alias This fixes 90556 and 91370
* fix bug #97238 - Generic monitor entries were not at top of listMike Fulbright2003-06-111-4/+23
|
* merge msf's changes from HEAD to fix rescue mode (#97122)Jeremy Katz2003-06-101-7/+18
|
* fix grammar error (noticed by mkim@)Jeremy Katz2003-06-061-1/+1
|
* showing base without the minimal selection criteria is sillyJeremy Katz2003-06-051-5/+1
|
* fix popWindow() to be in the right place throughoutJeremy Katz2003-06-051-4/+7
|
* fix consistency of network device activation (#91025)Jeremy Katz2003-06-051-6/+12
|
* make order more like gui (#92267)Jeremy Katz2003-06-041-3/+12
|
* have to pass the screen in for ButtonChoiceWindowsJeremy Katz2003-06-031-2/+2
|
* save some space to display partition names sensibly (#90838)Jeremy Katz2003-06-021-1/+7
|
* more comps->grpset (#91815)Jeremy Katz2003-05-281-6/+6
|
* Sets TERM=vt100 (#90961), adds a shell on Ctrl+Z, and avoids trying toMatt Wilson2003-05-211-1/+2
| | | | start bterm on vioconsole (#90867).
* update text mode to work with new package stuffJeremy Katz2003-05-201-9/+9
|
* oops^2Mike Fulbright2003-04-301-1/+1
|
* actually add the space and make a little clearerJeremy Katz2003-04-291-2/+3
|
* - remove leading blank from dasd parameters if there is no other kernelKarsten Hopp2003-04-291-2/+4
| | | | | | parameter - don't append dasd= multiple times when stepping back from next screen (#88374)
* dont be too clever on ppc - just use what we initialized xhwstate to earlierMike Fulbright2003-04-291-31/+53
|
* fix manual hostname in text mode (#88312)Jeremy Katz2003-04-291-1/+1
|
* revert this change -- these DASD partitions should be PARTITION_METADATAJeremy Katz2003-04-231-40/+35
|
* add a missing quote, reformat to be readableJeremy Katz2003-04-231-2/+3
|
* don't display first two DASD tracks as being 'empty'. They are used forKarsten Hopp2003-04-221-35/+40
| | | | | system data and cannot be used for partitions (parted already takes care of that)
* - fix #88630Karsten Hopp2003-04-221-8/+8
| | | | - sync text mode / gui mode to reuse strings
* set defaultDevice to None if we're not installing the boot loaderJeremy Katz2003-04-021-0/+3
| | | | so that we get "bootloader --none". kind of a hack really... (#84760)
* only show the primary only checkbox if we can have something other thanJeremy Katz2003-04-021-2/+4
| | | | | | | | | primary. kind of bad for screenshots, but it looks kind of weird desensitized (#87743) (also, note that if you have disks with different label types and *one* of them supports non-primary partitions, you'll get the checkbox, but we ignore the value in the backend if its nonsensical, so its not a big deal)
* sync up text mode network configuration logic with the logic in GUI. alsoJeremy Katz2003-03-191-145/+292
| | | | | add support for setting remip everwhere so that we can handle ptpaddrs properly for s390{,x}
* merge msf's changes to turn off badblocksJeremy Katz2003-03-141-11/+21
|
* first set of merges of s390 code to taroon branch. mail to follow toJeremy Katz2003-03-112-26/+17
| | | | | | | anaconda-list with a brief run down of what was merged, what wasn't, etc. s390 branch was tagged with taroon-merge-1 so that I can see what's new after this merge as well
* 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
|