Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | doesn't crash when no mouse is detected (probably still isn't quite right | Erik Troan | 2002-01-25 | 1 | -1/+1 | |
| | | | | however) | |||||
* | land boot loader changes to use booty backend infrastructure and switch | Jeremy Katz | 2002-01-21 | 1 | -28/+37 | |
| | | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately | |||||
* | handle unprobed and ddc probed monitor cases better | Mike Fulbright | 2002-01-18 | 1 | -2/+10 | |
| | ||||||
* | make text mode monitor selection much more 133t | Mike Fulbright | 2002-01-14 | 1 | -1/+10 | |
| | ||||||
* | make text mode monitor selection more 133t | Mike Fulbright | 2002-01-14 | 1 | -26/+50 | |
| | ||||||
* | fixes to use gtk2 | Mike Fulbright | 2002-01-11 | 1 | -14/+13 | |
| | ||||||
* | merge from branch | Jeremy Katz | 2002-01-09 | 1 | -3/+0 | |
| | ||||||
* | iutil.getArch now returns s390 for s390x, clean up to handle this nicely | Jeremy Katz | 2002-01-09 | 2 | -5/+4 | |
| | ||||||
* | get the value of the ptp here | Jeremy Katz | 2001-12-27 | 1 | -1/+1 | |
| | ||||||
* | make this a little cleaner | Jeremy Katz | 2001-12-27 | 1 | -26/+18 | |
| | ||||||
* | use messsageWindows instead of custom message boxes, so pass intf in | Jeremy Katz | 2001-12-27 | 1 | -5/+5 | |
| | ||||||
* | files off the 390 branch | Jeremy Katz | 2001-12-27 | 2 | -0/+189 | |
| | ||||||
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 2 | -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 #53179 | bfox | 2001-10-24 | 1 | -1/+1 | |
| | ||||||
* | remove 8 char limit on usernames. Resolves bug 27011help | bfox | 2001-09-21 | 1 | -4/+4 | |
| | ||||||
* | use 'user name' instead of 'userid'. Resolves bug 52786 | bfox | 2001-09-19 | 1 | -15/+15 | |
| | ||||||
* | don't allow system users in the user add screen | bfox | 2001-09-13 | 1 | -0/+12 | |
| | ||||||
* | fix for bug 53367 | Mike Fulbright | 2001-09-07 | 1 | -1/+1 | |
| | ||||||
* | raidcounter needs to be bumped in the loop in text mode (52807) | Jeremy Katz | 2001-08-29 | 1 | -0/+1 | |
| | ||||||
* | saying you're not sure you don't want a bootloader should take you back to ↵ | Jeremy Katz | 2001-08-17 | 1 | -16/+21 | |
| | | | | choosing which bootloader to choose | |||||
* | proper fix for fuzzy matching of ddcprobe reported video ram | Mike Fulbright | 2001-08-15 | 1 | -21/+2 | |
| | ||||||
* | darn | Mike Fulbright | 2001-08-15 | 1 | -4/+4 | |
| | ||||||
* | fix up matt partitioning by making the new ones identify themselves properly ↵ | Jeremy Katz | 2001-08-15 | 1 | -0/+2 | |
| | | | | (51820) | |||||
* | make TUI reflect detected vram properly | Mike Fulbright | 2001-08-14 | 1 | -5/+28 | |
| | ||||||
* | s/Raid/RAID/ (#49669 | Matt Wilson | 2001-08-14 | 1 | -1/+1 | |
| | ||||||
* | enable bootdisks on loopback upgrades, fix style | Matt Wilson | 2001-08-14 | 1 | -5/+6 | |
| | ||||||
* | don't make the label None, that's silly | Jeremy Katz | 2001-08-14 | 1 | -0/+3 | |
| | ||||||
* | restoring the backup copy doesn't work... | Jeremy Katz | 2001-08-14 | 1 | -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 51071 | Jeremy Katz | 2001-08-14 | 1 | -0/+2 | |
| | ||||||
* | dialog for partitions of type 0x82 which don't look like swap... mostly | Jeremy Katz | 2001-08-14 | 1 | -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 None | Jeremy Katz | 2001-08-13 | 1 | -0/+2 | |
| | ||||||
* | now we can set mountpoints for protected partitions. the gui actually | Jeremy Katz | 2001-08-13 | 1 | -7/+10 | |
| | | | | already had all the right magic (51393) | |||||
* | Change all Ok to OK | Mike Fulbright | 2001-08-10 | 4 | -5/+5 | |
| | ||||||
* | don't let people come back here after they've turned on swap files once | Jeremy Katz | 2001-08-10 | 1 | -1/+2 | |
| | ||||||
* | handle video cards which probe ok, but for some reason the native X server ↵ | Mike Fulbright | 2001-08-10 | 1 | -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 Wilson | 2001-08-09 | 1 | -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 Fulbright | 2001-08-09 | 2 | -5/+15 | |
| | | | | Fixed congrats message on ia64 to not have info on boot disk (bugzilla #51263) | |||||
* | correct amount of ram for ramdisk | Jeremy Katz | 2001-08-08 | 1 | -1/+1 | |
| | ||||||
* | turn off user entry screen in text installs | bfox | 2001-08-08 | 1 | -0/+8 | |
| | ||||||
* | i18n fixes | Mike Fulbright | 2001-08-08 | 3 | -13/+13 | |
| | ||||||
* | check that people have sane partition tables after running fdisk also (50840) | Jeremy Katz | 2001-08-07 | 1 | -2/+4 | |
| | ||||||
* | fix for bug 51040 | Mike Fulbright | 2001-08-07 | 1 | -6/+7 | |
| | ||||||
* | check that the current fs is supported before actually making it the current ↵ | Jeremy Katz | 2001-08-07 | 1 | -2/+3 | |
| | | | | selection (50869) | |||||
* | already imported | Jeremy Katz | 2001-08-06 | 1 | -1/+0 | |
| | ||||||
* | strings here... | Jeremy Katz | 2001-08-06 | 1 | -1/+2 | |
| | ||||||
* | do some sanity checking on text inputs which should be integers (50998, 51006) | Jeremy Katz | 2001-08-06 | 1 | -23/+36 | |
| | ||||||
* | remove the bit about removing CD-ROMs from the drive, you can't do it yet ↵ | Matt Wilson | 2001-08-06 | 1 | -1/+1 | |
| | | | | and we'll eject anyway (#51049) | |||||
* | sort list of drives | Mike Fulbright | 2001-08-02 | 1 | -0/+1 | |
| | ||||||
* | typo fix, should make setting runlevel and desktop choice in text mode work ↵ | Mike Fulbright | 2001-08-01 | 1 | -2/+2 | |
| | | | | again | |||||
* | sort drives before putting in drive list | Mike Fulbright | 2001-08-01 | 1 | -0/+1 | |
| |