Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | consistent capitalization (49669) | Jeremy Katz | 2001-07-23 | 1 | -3/+3 | |
| | ||||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -1/+0 | |
| | | | | | import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart | |||||
* | grammar (49666) | Jeremy Katz | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | pychecker fix... darn that self | Jeremy Katz | 2001-07-22 | 1 | -1/+1 | |
| | ||||||
* | move whether the keyboard has been manually set into the keyboard object | Jeremy Katz | 2001-07-22 | 1 | -16/+13 | |
| | | | | as opposed to being in the interfaces. fixes 49618 | |||||
* | got lost in the merge of the dispatch branch; fixes 22760 again | Jeremy Katz | 2001-07-22 | 1 | -1/+1 | |
| | ||||||
* | we have saner names now. saving state on this screen works now | Jeremy Katz | 2001-07-22 | 1 | -1/+1 | |
| | ||||||
* | fix default fstype in gui to give the right default format type on ↵ | Jeremy Katz | 2001-07-22 | 1 | -1/+5 | |
| | | | | preexisting nonsupported partition types | |||||
* | give warnings and errors for partitions using sanity checking function | Jeremy Katz | 2001-07-22 | 1 | -0/+9 | |
| | | | | | | previously committed and being used for kickstart. errors are fatal and must be corrected. warnings give you a choice as to whether you wish to continue without making changes | |||||
* | fix code to find migratable mounts during an upgrade to use FileSystemSet ↵ | Mike Fulbright | 2001-07-20 | 1 | -27/+14 | |
| | | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet) | |||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -5/+12 | |
| | ||||||
* | fixes not initializing ethernet devices on cd installs | Jeremy Katz | 2001-07-20 | 1 | -1/+1 | |
| | ||||||
* | fix migrate GUI dialog and make check for whether to warn on not formatting ↵ | Mike Fulbright | 2001-07-20 | 1 | -2/+2 | |
| | | | | system directory work right | |||||
* | set the long or short label depending on which should be changed (49446) | Jeremy Katz | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | yeah now print out a partition type name instead of foreign | Mike Fulbright | 2001-07-19 | 1 | -0/+5 | |
| | ||||||
* | fix behavior so we warn user if they are using a preexisting as a system ↵ | Mike Fulbright | 2001-07-19 | 1 | -3/+5 | |
| | | | | directory and NOT formatting, as well as if they are formatting a preexsting, since it will destroy the data | |||||
* | report preexisting disk label for existing filesystems (which have one) so ↵ | Mike Fulbright | 2001-07-19 | 1 | -3/+15 | |
| | | | | user knows how things were previously mounted | |||||
* | properly record we have skipped X configuration and act appropriately later | Mike Fulbright | 2001-07-19 | 1 | -0/+2 | |
| | ||||||
* | fix timer to work, make rnotes rotate every 30 seconds | Mike Fulbright | 2001-07-19 | 1 | -9/+11 | |
| | ||||||
* | longlabel can't be none | Jeremy Katz | 2001-07-18 | 1 | -0/+3 | |
| | ||||||
* | make drive and raid partition clists big enough to be useful | Mike Fulbright | 2001-07-18 | 1 | -0/+2 | |
| | ||||||
* | fix various issues with fstype and mount point in pre-existing request edit ↵ | Mike Fulbright | 2001-07-18 | 1 | -8/+24 | |
| | | | | dialog | |||||
* | fix for bug 49200 | Mike Fulbright | 2001-07-18 | 1 | -1/+4 | |
| | ||||||
* | 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 |