summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get the root path into all of the install methodsJeremy Katz2002-06-255-28/+38
|
* missed hack fix for scroll_to on lang supportMike Fulbright2002-06-252-4/+8
|
* fun wiz bang idle handler to make scroll_to_cell work yay dont do this at ↵Mike Fulbright2002-06-255-1/+52
| | | | home kids
* htrees have some ... issuesJeremy Katz2002-06-251-1/+1
|
* exclude nonsensical options for reformating a preexisting LVMike Fulbright2002-06-253-8/+7
|
* dont show badblocks options for preexisting LVM and RAID devicesMike Fulbright2002-06-251-10/+26
|
* dont show bad blocks option for raidMike Fulbright2002-06-251-1/+1
|
* moved some common code from partition_dialog_gui.pyMike Fulbright2002-06-251-0/+126
|
* move common code to partition_ui_helpers_gui.pyMike Fulbright2002-06-251-104/+22
|
* support for formatting/migrating preexisting LVM in GUIMike Fulbright2002-06-251-10/+49
|
* support for formatting/migrating preexisting RAID in GUIMike Fulbright2002-06-251-14/+58
|
* support for formatting/migrating preexisting RAID and LVM for TUIMike Fulbright2002-06-251-103/+151
|
* make error messages on trying to act on members of a VG or RAID device more ↵Mike Fulbright2002-06-251-4/+14
| | | | meaningful
* record preexisting fstype for a lvMike Fulbright2002-06-251-1/+8
|
* log failure to read raid sbMike Fulbright2002-06-251-0/+1
|
* really make sure we don't try to translate the empty stringJeremy Katz2002-06-251-1/+3
|
* remove less preferred korean font again since owen fixed up the pangox.aliasesJeremy Katz2002-06-251-1/+0
|
* we need to use real slang for utf8. also, include the korean fonts that ↵Jeremy Katz2002-06-241-1/+2
| | | | aren't as good
* turn on mediacheck for beta periodMike Fulbright2002-06-241-0/+3
|
* write out X config as XF86Config-4 (#67390)Jeremy Katz2002-06-241-1/+1
|
* added support for editting preexisting lvMike Fulbright2002-06-231-7/+9
|
* save origfstype if lv is preexistingMike Fulbright2002-06-231-3/+12
|
* Fix support for Volume Group deletion confirmationMike Fulbright2002-06-231-17/+20
|
* Have spacing consistency with other Load linesbfox2002-06-221-2/+2
|
* added some TUI LVM supportMike Fulbright2002-06-211-26/+60
|
* JEREMY BROKE ITMatt Wilson2002-06-211-1/+1
|
* forcibly disable xftJeremy Katz2002-06-211-0/+1
|
* dont blow up if they ran kickstart w/o specifying a md deviceMike Fulbright2002-06-211-1/+5
|
* enable htree on ext3 filesystems (#67162)Jeremy Katz2002-06-211-5/+6
|
* get rid of superfluous debugJeremy Katz2002-06-211-2/+0
|
* fix to not allow changing drive order if using liloJeremy Katz2002-06-212-2/+9
|
* we can't stop raid until after we've looked for lvm root partsJeremy Katz2002-06-211-2/+3
|
* we create all the devices in /dev now, take advantage of it and get lvm ↵Jeremy Katz2002-06-211-2/+15
| | | | working for free
* we shouldn't unlink devices in /dev on mount. that's just unfriendly ↵Jeremy Katz2002-06-211-1/+1
| | | | (especially with lvm...)
* fix writing out ks stanzaMike Fulbright2002-06-211-7/+13
|
* fix filling in hostname if static selectedMike Fulbright2002-06-211-1/+1
|
* fix for bug 67043Mike Fulbright2002-06-211-6/+18
|
* fixes for bugs # 67053 and 67130Mike Fulbright2002-06-212-13/+14
|
* fixes for problems with selecting a resolution over 1600x1200Mike Fulbright2002-06-211-2/+6
|
* write out usb section so if they plug it in it will be usedMike Fulbright2002-06-211-677/+26
|
* oldcdrom.img bites the dustJeremy Katz2002-06-201-4/+0
|
* old cruft code goes here for nowMike Fulbright2002-06-201-0/+608
|
* advanced bootloader screen shouldn't be on by defaultJeremy Katz2002-06-201-3/+0
|
* rootOnLoop is already deadJeremy Katz2002-06-201-3/+1
|
* switch to revised boot loader screensJeremy Katz2002-06-201-6/+2
|
* rework bootloader screens into something that makes more sense. move a lotJeremy Katz2002-06-207-816/+1143
| | | | | of the pieces out into their own objects so that if we want to move them around a little more, it's relatively painless
* double click on the user list should let you edit the userJeremy Katz2002-06-201-0/+4
|
* fix another case of button orderingJeremy Katz2002-06-201-1/+1
|
* fix overzealous boot pass remembering (#67038)Jeremy Katz2002-06-201-1/+1
|
* don't disallow setting the default entry if we only have one choice for ↵Jeremy Katz2002-06-201-0/+12
| | | | booting (#67040). also, if we delete the default, set a new default (first in list)