| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 ch... | Jeremy Katz | 2001-08-17 | 1 | -16/+21 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 do... | Mike Fulbright | 2001-08-10 | 1 | -2/+10 |
* | support deferring language load until second stage. This allows a user to se... | Matt Wilson | 2001-08-09 | 1 | -6/+11 |
* | 1) dont let user go back to make boot disk screen (bugzilla #51002), and 2) F... | Mike Fulbright | 2001-08-09 | 2 | -5/+15 |
* | 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 |
* | 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 and... | Matt Wilson | 2001-08-06 | 1 | -1/+1 |
* | 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 a... | Mike Fulbright | 2001-08-01 | 1 | -2/+2 |
* | sort drives before putting in drive list | Mike Fulbright | 2001-08-01 | 1 | -0/+1 |
* | warning for bootloader passwords less than six characters instead of | Jeremy Katz | 2001-08-01 | 1 | -0/+17 |
* | use the translations | Matt Wilson | 2001-08-01 | 1 | -1/+1 |
* | prompt the user if they click the RAID button and less than two software RAID... | bfox | 2001-08-01 | 1 | -0/+12 |
* | newt gets confused if you set a label more than once before running the dialo... | Jeremy Katz | 2001-08-01 | 1 | -10/+16 |
* | just call it a boot loader password instead of GRUB password (49971) | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
* | ignore RAID on RAID | Mike Fulbright | 2001-07-31 | 1 | -2/+8 |
* | move warning about formatting preexisting partitions to when they leave the p... | Mike Fulbright | 2001-07-31 | 1 | -4/+11 |
* | fix error messages when writing boot floppy fails | Mike Fulbright | 2001-07-25 | 1 | -18/+14 |