summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* consistent capitalization (49669)Jeremy Katz2001-07-231-3/+3
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-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 Katz2001-07-231-1/+1
|
* pychecker fix... darn that selfJeremy Katz2001-07-221-1/+1
|
* move whether the keyboard has been manually set into the keyboard objectJeremy Katz2001-07-221-16/+13
| | | | as opposed to being in the interfaces. fixes 49618
* got lost in the merge of the dispatch branch; fixes 22760 againJeremy Katz2001-07-221-1/+1
|
* we have saner names now. saving state on this screen works nowJeremy Katz2001-07-221-1/+1
|
* fix default fstype in gui to give the right default format type on ↵Jeremy Katz2001-07-221-1/+5
| | | | preexisting nonsupported partition types
* give warnings and errors for partitions using sanity checking functionJeremy Katz2001-07-221-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 Fulbright2001-07-201-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 appropriatelyMike Fulbright2001-07-201-5/+12
|
* fixes not initializing ethernet devices on cd installsJeremy Katz2001-07-201-1/+1
|
* fix migrate GUI dialog and make check for whether to warn on not formatting ↵Mike Fulbright2001-07-201-2/+2
| | | | system directory work right
* set the long or short label depending on which should be changed (49446)Jeremy Katz2001-07-191-1/+1
|
* yeah now print out a partition type name instead of foreignMike Fulbright2001-07-191-0/+5
|
* fix behavior so we warn user if they are using a preexisting as a system ↵Mike Fulbright2001-07-191-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 Fulbright2001-07-191-3/+15
| | | | user knows how things were previously mounted
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-0/+2
|
* fix timer to work, make rnotes rotate every 30 secondsMike Fulbright2001-07-191-9/+11
|
* longlabel can't be noneJeremy Katz2001-07-181-0/+3
|
* make drive and raid partition clists big enough to be usefulMike Fulbright2001-07-181-0/+2
|
* fix various issues with fstype and mount point in pre-existing request edit ↵Mike Fulbright2001-07-181-8/+24
| | | | dialog
* fix for bug 49200Mike Fulbright2001-07-181-1/+4
|
* fix for bug 49200Mike Fulbright2001-07-181-1/+5
|
* fix to not have question markMike Fulbright2001-07-181-1/+1
|
* fix pychecker complaintsMike Fulbright2001-07-183-2/+2
|
* pychecker fixupsbfox2001-07-181-17/+0
|
* remove unused codeMatt Wilson2001-07-181-2/+0
|
* enforce 6 char passwords for usersbfox2001-07-181-1/+4
|
* change message slightlyMike Fulbright2001-07-171-1/+2
|
* handle unprobed card betterMike Fulbright2001-07-171-3/+24
|
* wire in accel group (duct tape for now)Matt Wilson2001-07-161-0/+2
|
* fix setting of device in bootloader guiJeremy Katz2001-07-161-1/+3
|
* this shouldn't happen anymore, but I'd rather not crashJeremy Katz2001-07-161-1/+1
|
* copyrightMatt Wilson2001-07-165-0/+65
|
* add a button for lba32 mode with a warning if it's selected (14351)Jeremy Katz2001-07-161-1/+18
|
* show foreigns correctlyJeremy Katz2001-07-151-1/+4
|
* tried to wire up accelerator keys, not quite working yetMike Fulbright2001-07-131-6/+14
|
* remove debuggingMatt Wilson2001-07-131-1/+0
|
* typo (#48985)Matt Wilson2001-07-121-1/+1
|
* save/restore X selection state from instdata, fixes #47616Matt Wilson2001-07-121-113/+119
|
* fix X keyboard setup from gui keyboard screen (#48761)Matt Wilson2001-07-121-4/+4
|
* Don't need question markbfox2001-07-121-1/+1
|
* it's SMB authentication...not necessarily Sambabfox2001-07-121-4/+4
|
* grub password screenbfox2001-07-112-89/+93
|
* make display of selected packages consistent between text and gui package ↵Matt Wilson2001-07-111-1/+1
| | | | group selection (#48774)
* reported RAM detected in upgrade swapfile screenMike Fulbright2001-07-111-2/+4
|
* ask user if they are sure they want to reformat a pre-existing partitionMike Fulbright2001-07-111-0/+4
|
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-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 ↵bfox2001-07-111-1/+8
| | | | box unchecked