summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* getDevice needs to take an asBoot param to avoid tracebacks on upgrades. bleah.Jeremy Katz2002-06-261-3/+3
|
* fix tui bootdisk creation, bug #66176Mike Fulbright2002-06-262-50/+7
|
* keep katzj happyMike Fulbright2002-06-261-1/+1
|
* addresses bug #67050Mike Fulbright2002-06-261-5/+24
|
* some refiningMike Fulbright2002-06-251-8/+8
|
* oh dearMike Fulbright2002-06-251-1/+1
|
* ignore nag screen in ks modeMike Fulbright2002-06-251-0/+2
|
* add beta nag screenMike Fulbright2002-06-254-2/+37
|
* add concept of custom iconMike Fulbright2002-06-251-4/+12
|
* we'll give this a try to see how much not having orphan file handling hurts ↵Jeremy Katz2002-06-252-1/+75
| | | | us on upgrades. some quick stand-alone testing shows it to be reasonable (most things that got pulled in before will still get pulled for deps) with a few exceptions where we need to have a generic way to do these upgrade cases anyway
* 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
|