Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the desktop choice screen less hack-ish, put the package lists in | Jeremy Katz | 2003-08-04 | 1 | -7/+5 |
| | | | | the installclasses and pull things in somewhat sanely | ||||
* | new firewall stuff, does --enabled/--disabled instead of all of the | Jeremy Katz | 2003-08-04 | 1 | -32/+15 |
| | | | | silly high, medium, none bits. cleaned up interface a bit, etc | ||||
* | update for api change in firstboot keyboard window | Jeremy Katz | 2003-07-15 | 1 | -3/+1 |
| | |||||
* | clean up reboot references for s390 (#98769) | Jeremy Katz | 2003-07-15 | 1 | -5/+6 |
| | |||||
* | handle empty descriptions better | Mike Fulbright | 2003-07-11 | 1 | -1/+2 |
| | |||||
* | add description to network device configuration dialog | Mike Fulbright | 2003-07-10 | 1 | -14/+29 |
| | |||||
* | implement package group details for TUI | Mike Fulbright | 2003-07-02 | 1 | -1/+70 |
| | |||||
* | include arch | Jeremy Katz | 2003-07-01 | 1 | -3/+4 |
| | |||||
* | fixes to handle pSeries boot constraints better | Jeremy Katz | 2003-06-20 | 1 | -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 list | Mike Fulbright | 2003-06-11 | 1 | -4/+23 |
| | |||||
* | merge msf's changes from HEAD to fix rescue mode (#97122) | Jeremy Katz | 2003-06-10 | 1 | -7/+18 |
| | |||||
* | fix grammar error (noticed by mkim@) | Jeremy Katz | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | showing base without the minimal selection criteria is silly | Jeremy Katz | 2003-06-05 | 1 | -5/+1 |
| | |||||
* | fix popWindow() to be in the right place throughout | Jeremy Katz | 2003-06-05 | 1 | -4/+7 |
| | |||||
* | fix consistency of network device activation (#91025) | Jeremy Katz | 2003-06-05 | 1 | -6/+12 |
| | |||||
* | make order more like gui (#92267) | Jeremy Katz | 2003-06-04 | 1 | -3/+12 |
| | |||||
* | have to pass the screen in for ButtonChoiceWindows | Jeremy Katz | 2003-06-03 | 1 | -2/+2 |
| | |||||
* | save some space to display partition names sensibly (#90838) | Jeremy Katz | 2003-06-02 | 1 | -1/+7 |
| | |||||
* | more comps->grpset (#91815) | Jeremy Katz | 2003-05-28 | 1 | -6/+6 |
| | |||||
* | Sets TERM=vt100 (#90961), adds a shell on Ctrl+Z, and avoids trying to | Matt Wilson | 2003-05-21 | 1 | -1/+2 |
| | | | | start bterm on vioconsole (#90867). | ||||
* | update text mode to work with new package stuff | Jeremy Katz | 2003-05-20 | 1 | -9/+9 |
| | |||||
* | oops^2 | Mike Fulbright | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | actually add the space and make a little clearer | Jeremy Katz | 2003-04-29 | 1 | -2/+3 |
| | |||||
* | - remove leading blank from dasd parameters if there is no other kernel | Karsten Hopp | 2003-04-29 | 1 | -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 earlier | Mike Fulbright | 2003-04-29 | 1 | -31/+53 |
| | |||||
* | fix manual hostname in text mode (#88312) | Jeremy Katz | 2003-04-29 | 1 | -1/+1 |
| | |||||
* | revert this change -- these DASD partitions should be PARTITION_METADATA | Jeremy Katz | 2003-04-23 | 1 | -40/+35 |
| | |||||
* | add a missing quote, reformat to be readable | Jeremy Katz | 2003-04-23 | 1 | -2/+3 |
| | |||||
* | don't display first two DASD tracks as being 'empty'. They are used for | Karsten Hopp | 2003-04-22 | 1 | -35/+40 |
| | | | | | system data and cannot be used for partitions (parted already takes care of that) | ||||
* | - fix #88630 | Karsten Hopp | 2003-04-22 | 1 | -8/+8 |
| | | | | - sync text mode / gui mode to reuse strings | ||||
* | set defaultDevice to None if we're not installing the boot loader | Jeremy Katz | 2003-04-02 | 1 | -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 than | Jeremy Katz | 2003-04-02 | 1 | -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. also | Jeremy Katz | 2003-03-19 | 1 | -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 badblocks | Jeremy Katz | 2003-03-14 | 1 | -11/+21 |
| | |||||
* | first set of merges of s390 code to taroon branch. mail to follow to | Jeremy Katz | 2003-03-11 | 2 | -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 the | Jeremy Katz | 2003-02-25 | 1 | -17/+0 |
| | | | | install and isys.loadFont was just throwing out the argument (#84275) | ||||
* | merge from branch to HEAD. turkish stays on HEAD, though | Jeremy Katz | 2003-02-25 | 1 | -3/+3 |
| | |||||
* | nalin sez spaces are fine (#84705) | Jeremy Katz | 2003-02-20 | 1 | -1/+1 |
| | |||||
* | fix for bug #80746 | Mike Fulbright | 2003-02-12 | 1 | -1/+3 |
| | |||||
* | make back work from customize package selection (#80679) | Matt Wilson | 2003-02-12 | 1 | -1/+2 |
| | |||||
* | and we need to not start bterm in the second stage either for serial | Jeremy Katz | 2003-02-12 | 1 | -1/+2 |
| | |||||
* | # XXX we always unskip disk druid in tui right now since | Jeremy Katz | 2003-02-11 | 1 | -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 Katz | 2003-02-11 | 1 | -18/+27 |
| | |||||
* | tyop fixes from translation team (#83523) | Jeremy Katz | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | shame on pychecker. good catch from msw | Jeremy Katz | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | no lilo on x86_64 | Jeremy Katz | 2003-02-04 | 1 | -2/+6 |
| | |||||
* | only allow ascii passwords. anything else is nonsensical and impossible to | Jeremy Katz | 2003-01-23 | 1 | -1/+13 |
| | | | | handle sanely due to lack of a defined encoding for the passwd file (#81534) | ||||
* | should fix some issues with monitor selection | Mike Fulbright | 2003-01-14 | 1 | -2/+12 |
| | |||||
* | merge from s390 branch | Matt Wilson | 2003-01-08 | 2 | -38/+48 |
| | |||||
* | changed arg we passed to be more specific | Mike Fulbright | 2003-01-03 | 1 | -3/+3 |
| |