| Commit message (Expand) | Author | Age | Files | Lines |
* | add parsing of --autoscreenshot autostep option | Mike Fulbright | 2003-10-02 | 1 | -0/+8 |
* | if we get to %pre, %post, %traceback or %packages, then we can't have commands | Jeremy Katz | 2003-09-29 | 1 | -0/+3 |
* | lilo is deprecated, don't try to use it | Jeremy Katz | 2003-09-29 | 1 | -1/+2 |
* | fix tyop | Jeremy Katz | 2003-09-25 | 1 | -1/+1 |
* | allow setting pesize in kickstart (#104033) | Jeremy Katz | 2003-09-23 | 1 | -2/+11 |
* | fix for bug #78627 - enhancements and fixes for ks network directive | Mike Fulbright | 2003-08-25 | 1 | -2/+8 |
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -1/+1 |
* | change to using --connect <host>[:<port>] format for vnc | Mike Fulbright | 2003-08-18 | 1 | -10/+10 |
* | add feature from bug #101903 - vnc specification in ks file | Mike Fulbright | 2003-08-18 | 1 | -1/+53 |
* | handle exception condition with duplicate used of a raid member, bug #62636 | Mike Fulbright | 2003-08-18 | 1 | -0/+5 |
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -11/+6 |
* | if they don't include a clearpart line, ask for it sanely. (#100892) | Jeremy Katz | 2003-08-14 | 1 | -4/+1 |
* | right, some handlers are None, we don't want that to be bogus (#101733, #101621) | Jeremy Katz | 2003-08-06 | 1 | -2/+3 |
* | don't catch arbitrary tracebacks in the kickstart handler (related to #101621) | Jeremy Katz | 2003-08-04 | 1 | -4/+3 |
* | catch multiply used devices in a ks.cfg (#92235) | Jeremy Katz | 2003-07-24 | 1 | -0/+4 |
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -2/+14 |
* | add nicer looking traceback than current one when you have an unrecognized ki... | Mike Fulbright | 2003-07-07 | 1 | -2/+6 |
* | raise a value error if the specified drive doesn't exist (to make it a little... | Jeremy Katz | 2003-07-07 | 1 | -0/+2 |
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -5/+24 |
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -3/+3 |
* | fix autostep for monitor probe | Mike Fulbright | 2003-05-21 | 1 | -2/+9 |
* | addresses bug #71840 - prevent ks config from specifying two logvols with sam... | Mike Fulbright | 2003-05-20 | 1 | -1/+7 |
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -27/+24 |
* | oops forgot to skip these steps if they specified skipx in ks file | Mike Fulbright | 2003-05-16 | 1 | -0/+2 |
* | this change makes it so you are prompted if you monitor was not probed. the ... | Mike Fulbright | 2003-05-14 | 1 | -0/+2 |
* | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -1/+1 |
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+9 |
* | some simple mountpoint sanity checking for kickstart parsing. | Mike Fulbright | 2003-04-11 | 1 | -0/+8 |
* | nuke debugging prints | Jeremy Katz | 2003-04-03 | 1 | -4/+0 |
* | add %traceback to kickstart so we can catch tracebacks in ks | Mike Fulbright | 2003-04-03 | 1 | -13/+27 |
* | added %ksappend <url> directive so you can pull most of ks file via https | Mike Fulbright | 2003-04-01 | 1 | -0/+86 |
* | add graphical directive to ks parser | Mike Fulbright | 2003-03-28 | 1 | -0/+1 |
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -2/+0 |
* | added badblocks warning | Mike Fulbright | 2003-03-18 | 1 | -1/+2 |
* | bios drive order from kickstart (#80086) | Jeremy Katz | 2003-02-25 | 1 | -2/+5 |
* | shouldn't require a size for preexisting lvs | Jeremy Katz | 2003-02-11 | 1 | -1/+1 |
* | add (undocumented) preexisting lvm/raid support to kickstart. use | Jeremy Katz | 2003-02-11 | 1 | -10/+38 |
* | bump up copyright for things we have changed this year so far | Mike Fulbright | 2003-01-14 | 1 | -1/+1 |
* | fix wording (#81415, #81441) | Bill Nottingham | 2003-01-10 | 1 | -1/+1 |
* | by default, if a package or group is listed in a ks.cfg that doesn't exist, | Jeremy Katz | 2003-01-09 | 1 | -9/+57 |
* | don't traceback if excluding a non-existent package | Jeremy Katz | 2003-01-08 | 1 | -1/+4 |
* | patch from dlehman to allow having %packages inside of a %include (#81301) | Jeremy Katz | 2003-01-08 | 1 | -4/+7 |
* | if no %packages, then prompt for package selection (hp feature request, #80977, | Jeremy Katz | 2003-01-08 | 1 | -1/+1 |
* | add some error logging when running %pre/%post scripts | Mike Fulbright | 2002-12-16 | 1 | -3/+12 |
* | more default UTF-8 stuff | Matt Wilson | 2002-12-12 | 1 | -3/+3 |
* | permanently skip step to ask which partition to upgrade, since in kickstart w... | Mike Fulbright | 2002-11-14 | 1 | -1/+1 |
* | depth should always be an int | Mike Fulbright | 2002-11-12 | 1 | -1/+1 |
* | changes to work with new xsetup object | Mike Fulbright | 2002-11-12 | 1 | -1/+1 |
* | first pass upgrade autodetection. the ui still needs a little work, but it | Jeremy Katz | 2002-11-05 | 1 | -1/+2 |
* | recommended support for swap on lvs (#74241) | Jeremy Katz | 2002-11-01 | 1 | -1/+7 |