Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix for bug 49200 | Mike Fulbright | 2001-07-18 | 1 | -1/+5 | |
| | ||||||
* | fix to not have question mark | Mike Fulbright | 2001-07-18 | 1 | -1/+1 | |
| | ||||||
* | fix pychecker complaints | Mike Fulbright | 2001-07-18 | 3 | -2/+2 | |
| | ||||||
* | pychecker fixups | bfox | 2001-07-18 | 1 | -17/+0 | |
| | ||||||
* | remove unused code | Matt Wilson | 2001-07-18 | 1 | -2/+0 | |
| | ||||||
* | enforce 6 char passwords for users | bfox | 2001-07-18 | 1 | -1/+4 | |
| | ||||||
* | change message slightly | Mike Fulbright | 2001-07-17 | 1 | -1/+2 | |
| | ||||||
* | handle unprobed card better | Mike Fulbright | 2001-07-17 | 1 | -3/+24 | |
| | ||||||
* | wire in accel group (duct tape for now) | Matt Wilson | 2001-07-16 | 1 | -0/+2 | |
| | ||||||
* | fix setting of device in bootloader gui | Jeremy Katz | 2001-07-16 | 1 | -1/+3 | |
| | ||||||
* | this shouldn't happen anymore, but I'd rather not crash | Jeremy Katz | 2001-07-16 | 1 | -1/+1 | |
| | ||||||
* | copyright | Matt Wilson | 2001-07-16 | 5 | -0/+65 | |
| | ||||||
* | add a button for lba32 mode with a warning if it's selected (14351) | Jeremy Katz | 2001-07-16 | 1 | -1/+18 | |
| | ||||||
* | show foreigns correctly | Jeremy Katz | 2001-07-15 | 1 | -1/+4 | |
| | ||||||
* | tried to wire up accelerator keys, not quite working yet | Mike Fulbright | 2001-07-13 | 1 | -6/+14 | |
| | ||||||
* | remove debugging | Matt Wilson | 2001-07-13 | 1 | -1/+0 | |
| | ||||||
* | typo (#48985) | Matt Wilson | 2001-07-12 | 1 | -1/+1 | |
| | ||||||
* | save/restore X selection state from instdata, fixes #47616 | Matt Wilson | 2001-07-12 | 1 | -113/+119 | |
| | ||||||
* | fix X keyboard setup from gui keyboard screen (#48761) | Matt Wilson | 2001-07-12 | 1 | -4/+4 | |
| | ||||||
* | Don't need question mark | bfox | 2001-07-12 | 1 | -1/+1 | |
| | ||||||
* | it's SMB authentication...not necessarily Samba | bfox | 2001-07-12 | 1 | -4/+4 | |
| | ||||||
* | grub password screen | bfox | 2001-07-11 | 2 | -89/+93 | |
| | ||||||
* | make display of selected packages consistent between text and gui package ↵ | Matt Wilson | 2001-07-11 | 1 | -1/+1 | |
| | | | | group selection (#48774) | |||||
* | reported RAM detected in upgrade swapfile screen | Mike Fulbright | 2001-07-11 | 1 | -2/+4 | |
| | ||||||
* | ask user if they are sure they want to reformat a pre-existing partition | Mike Fulbright | 2001-07-11 | 1 | -0/+4 | |
| | ||||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -0/+33 | |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 | |||||
* | if checkLiloReqs is true, the Next button should re-enable if grub passwd ↵ | bfox | 2001-07-11 | 1 | -1/+8 | |
| | | | | box unchecked | |||||
* | fix hiding of help text | Matt Wilson | 2001-07-11 | 1 | -1/+0 | |
| | ||||||
* | new user icon | Matt Wilson | 2001-07-11 | 1 | -2/+2 | |
| | ||||||
* | add ability to set grub password in gui and tui | Jeremy Katz | 2001-07-10 | 1 | -2/+98 | |
| | ||||||
* | renable the creation and activation of swap files on upgrade | Matt Wilson | 2001-07-10 | 1 | -3/+1 | |
| | ||||||
* | pychecker fix | bfox | 2001-07-10 | 1 | -1/+1 | |
| | ||||||
* | pychecker fixes | bfox | 2001-07-10 | 1 | -16/+0 | |
| | ||||||
* | gracefully handle partitions which we don't understand the fstype of | Jeremy Katz | 2001-07-10 | 1 | -19/+16 | |
| | | | | | (and hence, which have an fs type of None). set to foreign fs type and allow formatting of these partitions | |||||
* | report mount point correctly when querying about migrating fs on upgrade | Mike Fulbright | 2001-07-10 | 1 | -2/+8 | |
| | ||||||
* | fixed strings that were scrolling off the window. | bfox | 2001-07-10 | 1 | -0/+1 | |
| | ||||||
* | warn user if we're going to blow away data to autopartition | Mike Fulbright | 2001-07-10 | 2 | -14/+5 | |
| | ||||||
* | dont let them mess with column headers | Mike Fulbright | 2001-07-10 | 1 | -0/+4 | |
| | ||||||
* | this should fix going back from partitioning screens | Jeremy Katz | 2001-07-09 | 1 | -0/+7 | |
| | ||||||
* | fdisk works again; main change is making sure we close the disk devices | Jeremy Katz | 2001-07-09 | 1 | -3/+10 | |
| | | | | before running fdisk so the magic reread partition tables ioctl can work | |||||
* | missing paren | Mike Fulbright | 2001-07-09 | 1 | -1/+1 | |
| | ||||||
* | fixup contrats messages | Mike Fulbright | 2001-07-09 | 1 | -2/+5 | |
| | ||||||
* | always use automatically partition, not autopartiting, when talking to user | Mike Fulbright | 2001-07-09 | 2 | -4/+5 | |
| | ||||||
* | use the selected device for the bootloader | Jeremy Katz | 2001-07-09 | 1 | -1/+1 | |
| | ||||||
* | can't go back from bootdisk screen, that would be going to 'install bootloader' | Matt Wilson | 2001-07-09 | 1 | -0/+1 | |
| | ||||||
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -7/+7 | |
| | | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts | |||||
* | remove extra )s | Matt Wilson | 2001-07-06 | 1 | -2/+2 | |
| | ||||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 2 | -2/+91 | |
| | | | | of moving to ext3 | |||||
* | make firewall screen default to what it was in 7.1 | bfox | 2001-07-06 | 1 | -51/+51 | |
| | ||||||
* | increment count of raid devices | Mike Fulbright | 2001-07-06 | 1 | -0/+1 | |
| |