summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* handle unprobed and ddc probed monitor cases betterMike Fulbright2002-01-181-2/+10
|
* make text mode monitor selection much more 133tMike Fulbright2002-01-141-1/+10
|
* make text mode monitor selection more 133tMike Fulbright2002-01-141-26/+50
|
* fixes to use gtk2Mike Fulbright2002-01-111-14/+13
|
* merge from branchJeremy Katz2002-01-091-3/+0
|
* iutil.getArch now returns s390 for s390x, clean up to handle this nicelyJeremy Katz2002-01-092-5/+4
|
* get the value of the ptp hereJeremy Katz2001-12-271-1/+1
|
* make this a little cleanerJeremy Katz2001-12-271-26/+18
|
* use messsageWindows instead of custom message boxes, so pass intf inJeremy Katz2001-12-271-5/+5
|
* files off the 390 branchJeremy Katz2001-12-272-0/+189
|
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-272-7/+45
| | | | | | | 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
* make order of labels consistent. Fixes RFE #53179bfox2001-10-241-1/+1
|
* remove 8 char limit on usernames. Resolves bug 27011helpbfox2001-09-211-4/+4
|
* use 'user name' instead of 'userid'. Resolves bug 52786bfox2001-09-191-15/+15
|
* don't allow system users in the user add screenbfox2001-09-131-0/+12
|
* fix for bug 53367Mike Fulbright2001-09-071-1/+1
|
* raidcounter needs to be bumped in the loop in text mode (52807)Jeremy Katz2001-08-291-0/+1
|
* saying you're not sure you don't want a bootloader should take you back to ↵Jeremy Katz2001-08-171-16/+21
| | | | choosing which bootloader to choose
* proper fix for fuzzy matching of ddcprobe reported video ramMike Fulbright2001-08-151-21/+2
|
* darnMike Fulbright2001-08-151-4/+4
|
* fix up matt partitioning by making the new ones identify themselves properly ↵Jeremy Katz2001-08-151-0/+2
| | | | (51820)
* make TUI reflect detected vram properlyMike Fulbright2001-08-141-5/+28
|
* s/Raid/RAID/ (#49669Matt Wilson2001-08-141-1/+1
|
* enable bootdisks on loopback upgrades, fix styleMatt Wilson2001-08-141-5/+6
|
* don't make the label None, that's sillyJeremy Katz2001-08-141-0/+3
|
* restoring the backup copy doesn't work...Jeremy Katz2001-08-141-20/+24
| | | | | | | | | | | if processPartitioning fails, we need to remove the request we just added from the request list and, if this isn't a "new new" request, add the old one back in. this also brings in clearer semantics for a request being new as opposed to relying on checking the combination of origrequest.device and origrequest.type fixes 51730 and should also fix a few other places where we get devices of None (eg 51667, 50905, 50858, and possibly others)
* make the label at least an empty string, should fix 51071Jeremy Katz2001-08-141-0/+2
|
* dialog for partitions of type 0x82 which don't look like swap... mostlyJeremy Katz2001-08-141-0/+2
| | | | useful in the case of people using fdisk (relates to 51349, 51637)
* if the partition isn't mountable, reset the mountpoint to be NoneJeremy Katz2001-08-131-0/+2
|
* now we can set mountpoints for protected partitions. the gui actuallyJeremy Katz2001-08-131-7/+10
| | | | already had all the right magic (51393)
* Change all Ok to OKMike Fulbright2001-08-104-5/+5
|
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+2
|
* handle video cards which probe ok, but for some reason the native X server ↵Mike Fulbright2001-08-101-2/+10
| | | | doesnt work, and we fallback to VGA. Need to remember to configure the probed card later (and hope it works?). Fixed bug # 51273
* support deferring language load until second stage. This allows a user to ↵Matt Wilson2001-08-091-6/+11
| | | | set up Korean NFS and get Korean GUI (#50364)
* 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) ↵Mike Fulbright2001-08-092-5/+15
| | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263)
* correct amount of ram for ramdiskJeremy Katz2001-08-081-1/+1
|
* turn off user entry screen in text installsbfox2001-08-081-0/+8
|
* i18n fixesMike Fulbright2001-08-083-13/+13
|
* check that people have sane partition tables after running fdisk also (50840)Jeremy Katz2001-08-071-2/+4
|
* fix for bug 51040Mike Fulbright2001-08-071-6/+7
|
* check that the current fs is supported before actually making it the current ↵Jeremy Katz2001-08-071-2/+3
| | | | selection (50869)
* already importedJeremy Katz2001-08-061-1/+0
|
* strings here...Jeremy Katz2001-08-061-1/+2
|
* do some sanity checking on text inputs which should be integers (50998, 51006)Jeremy Katz2001-08-061-23/+36
|
* remove the bit about removing CD-ROMs from the drive, you can't do it yet ↵Matt Wilson2001-08-061-1/+1
| | | | and we'll eject anyway (#51049)
* sort list of drivesMike Fulbright2001-08-021-0/+1
|
* typo fix, should make setting runlevel and desktop choice in text mode work ↵Mike Fulbright2001-08-011-2/+2
| | | | again
* sort drives before putting in drive listMike Fulbright2001-08-011-0/+1
|
* warning for bootloader passwords less than six characters instead ofJeremy Katz2001-08-011-0/+17
| | | | | strictly enforcing the limit. make sure it's at least one character though (50528)
* use the translationsMatt Wilson2001-08-011-1/+1
|