index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
getDevice needs to take an asBoot param to avoid tracebacks on upgrades. bleah.
Jeremy Katz
2002-06-26
1
-3
/
+3
|
*
fix tui bootdisk creation, bug #66176
Mike Fulbright
2002-06-26
2
-50
/
+7
|
*
keep katzj happy
Mike Fulbright
2002-06-26
1
-1
/
+1
|
*
addresses bug #67050
Mike Fulbright
2002-06-26
1
-5
/
+24
|
*
some refining
Mike Fulbright
2002-06-25
1
-8
/
+8
|
*
oh dear
Mike Fulbright
2002-06-25
1
-1
/
+1
|
*
ignore nag screen in ks mode
Mike Fulbright
2002-06-25
1
-0
/
+2
|
*
add beta nag screen
Mike Fulbright
2002-06-25
4
-2
/
+37
|
*
add concept of custom icon
Mike Fulbright
2002-06-25
1
-4
/
+12
|
*
we'll give this a try to see how much not having orphan file handling hurts ↵
Jeremy Katz
2002-06-25
2
-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 methods
Jeremy Katz
2002-06-25
5
-28
/
+38
|
*
missed hack fix for scroll_to on lang support
Mike Fulbright
2002-06-25
2
-4
/
+8
|
*
fun wiz bang idle handler to make scroll_to_cell work yay dont do this at ↵
Mike Fulbright
2002-06-25
5
-1
/
+52
|
|
|
|
home kids
*
htrees have some ... issues
Jeremy Katz
2002-06-25
1
-1
/
+1
|
*
exclude nonsensical options for reformating a preexisting LV
Mike Fulbright
2002-06-25
3
-8
/
+7
|
*
dont show badblocks options for preexisting LVM and RAID devices
Mike Fulbright
2002-06-25
1
-10
/
+26
|
*
dont show bad blocks option for raid
Mike Fulbright
2002-06-25
1
-1
/
+1
|
*
moved some common code from partition_dialog_gui.py
Mike Fulbright
2002-06-25
1
-0
/
+126
|
*
move common code to partition_ui_helpers_gui.py
Mike Fulbright
2002-06-25
1
-104
/
+22
|
*
support for formatting/migrating preexisting LVM in GUI
Mike Fulbright
2002-06-25
1
-10
/
+49
|
*
support for formatting/migrating preexisting RAID in GUI
Mike Fulbright
2002-06-25
1
-14
/
+58
|
*
support for formatting/migrating preexisting RAID and LVM for TUI
Mike Fulbright
2002-06-25
1
-103
/
+151
|
*
make error messages on trying to act on members of a VG or RAID device more ↵
Mike Fulbright
2002-06-25
1
-4
/
+14
|
|
|
|
meaningful
*
record preexisting fstype for a lv
Mike Fulbright
2002-06-25
1
-1
/
+8
|
*
log failure to read raid sb
Mike Fulbright
2002-06-25
1
-0
/
+1
|
*
really make sure we don't try to translate the empty string
Jeremy Katz
2002-06-25
1
-1
/
+3
|
*
remove less preferred korean font again since owen fixed up the pangox.aliases
Jeremy Katz
2002-06-25
1
-1
/
+0
|
*
we need to use real slang for utf8. also, include the korean fonts that ↵
Jeremy Katz
2002-06-24
1
-1
/
+2
|
|
|
|
aren't as good
*
turn on mediacheck for beta period
Mike Fulbright
2002-06-24
1
-0
/
+3
|
*
write out X config as XF86Config-4 (#67390)
Jeremy Katz
2002-06-24
1
-1
/
+1
|
*
added support for editting preexisting lv
Mike Fulbright
2002-06-23
1
-7
/
+9
|
*
save origfstype if lv is preexisting
Mike Fulbright
2002-06-23
1
-3
/
+12
|
*
Fix support for Volume Group deletion confirmation
Mike Fulbright
2002-06-23
1
-17
/
+20
|
*
Have spacing consistency with other Load lines
bfox
2002-06-22
1
-2
/
+2
|
*
added some TUI LVM support
Mike Fulbright
2002-06-21
1
-26
/
+60
|
*
JEREMY BROKE IT
Matt Wilson
2002-06-21
1
-1
/
+1
|
*
forcibly disable xft
Jeremy Katz
2002-06-21
1
-0
/
+1
|
*
dont blow up if they ran kickstart w/o specifying a md device
Mike Fulbright
2002-06-21
1
-1
/
+5
|
*
enable htree on ext3 filesystems (#67162)
Jeremy Katz
2002-06-21
1
-5
/
+6
|
*
get rid of superfluous debug
Jeremy Katz
2002-06-21
1
-2
/
+0
|
*
fix to not allow changing drive order if using lilo
Jeremy Katz
2002-06-21
2
-2
/
+9
|
*
we can't stop raid until after we've looked for lvm root parts
Jeremy Katz
2002-06-21
1
-2
/
+3
|
*
we create all the devices in /dev now, take advantage of it and get lvm ↵
Jeremy Katz
2002-06-21
1
-2
/
+15
|
|
|
|
working for free
*
we shouldn't unlink devices in /dev on mount. that's just unfriendly ↵
Jeremy Katz
2002-06-21
1
-1
/
+1
|
|
|
|
(especially with lvm...)
*
fix writing out ks stanza
Mike Fulbright
2002-06-21
1
-7
/
+13
|
*
fix filling in hostname if static selected
Mike Fulbright
2002-06-21
1
-1
/
+1
|
*
fix for bug 67043
Mike Fulbright
2002-06-21
1
-6
/
+18
|
*
fixes for bugs # 67053 and 67130
Mike Fulbright
2002-06-21
2
-13
/
+14
|
*
fixes for problems with selecting a resolution over 1600x1200
Mike Fulbright
2002-06-21
1
-2
/
+6
|
*
write out usb section so if they plug it in it will be used
Mike Fulbright
2002-06-21
1
-677
/
+26
|
[prev]
[next]