summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-2/+6
* revert 1.199 -> 1.200 (was to fix #100892)Jeremy Katz2003-10-231-1/+4
* and let lilo come back for kickstart tooJeremy Katz2003-10-221-2/+2
* fix overzealous overriding of hostname for dhcpJeremy Katz2003-10-211-1/+1
* preexisting raid fix based on comments from lxo (#90649)Jeremy Katz2003-10-211-0/+2
* add a monitor keyword (#91339)Jeremy Katz2003-10-161-0/+26
* add parsing of --autoscreenshot autostep optionMike Fulbright2003-10-021-0/+8
* if we get to %pre, %post, %traceback or %packages, then we can't have commandsJeremy Katz2003-09-291-0/+3
* lilo is deprecated, don't try to use itJeremy Katz2003-09-291-1/+2
* fix tyopJeremy Katz2003-09-251-1/+1
* allow setting pesize in kickstart (#104033)Jeremy Katz2003-09-231-2/+11
* fix for bug #78627 - enhancements and fixes for ks network directiveMike Fulbright2003-08-251-2/+8
* merge changes from taroon branchJeremy Katz2003-08-201-1/+1
* change to using --connect <host>[:<port>] format for vncMike Fulbright2003-08-181-10/+10
* add feature from bug #101903 - vnc specification in ks fileMike Fulbright2003-08-181-1/+53
* handle exception condition with duplicate used of a raid member, bug #62636Mike Fulbright2003-08-181-0/+5
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-11/+6
* if they don't include a clearpart line, ask for it sanely. (#100892)Jeremy Katz2003-08-141-4/+1
* right, some handlers are None, we don't want that to be bogus (#101733, #101621)Jeremy Katz2003-08-061-2/+3
* don't catch arbitrary tracebacks in the kickstart handler (related to #101621)Jeremy Katz2003-08-041-4/+3
* catch multiply used devices in a ks.cfg (#92235)Jeremy Katz2003-07-241-0/+4
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-2/+14
* add nicer looking traceback than current one when you have an unrecognized ki...Mike Fulbright2003-07-071-2/+6
* raise a value error if the specified drive doesn't exist (to make it a little...Jeremy Katz2003-07-071-0/+2
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-5/+24
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+3
* fix autostep for monitor probeMike Fulbright2003-05-211-2/+9
* addresses bug #71840 - prevent ks config from specifying two logvols with sam...Mike Fulbright2003-05-201-1/+7
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-27/+24
* oops forgot to skip these steps if they specified skipx in ks fileMike Fulbright2003-05-161-0/+2
* this change makes it so you are prompted if you monitor was not probed. the ...Mike Fulbright2003-05-141-0/+2
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+1
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+9
* some simple mountpoint sanity checking for kickstart parsing.Mike Fulbright2003-04-111-0/+8
* nuke debugging printsJeremy Katz2003-04-031-4/+0
* add %traceback to kickstart so we can catch tracebacks in ksMike Fulbright2003-04-031-13/+27
* added %ksappend <url> directive so you can pull most of ks file via httpsMike Fulbright2003-04-011-0/+86
* add graphical directive to ks parserMike Fulbright2003-03-281-0/+1
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-2/+0
* added badblocks warningMike Fulbright2003-03-181-1/+2
* bios drive order from kickstart (#80086)Jeremy Katz2003-02-251-2/+5
* shouldn't require a size for preexisting lvsJeremy Katz2003-02-111-1/+1
* add (undocumented) preexisting lvm/raid support to kickstart. useJeremy Katz2003-02-111-10/+38
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* fix wording (#81415, #81441)Bill Nottingham2003-01-101-1/+1
* by default, if a package or group is listed in a ks.cfg that doesn't exist,Jeremy Katz2003-01-091-9/+57
* don't traceback if excluding a non-existent packageJeremy Katz2003-01-081-1/+4
* patch from dlehman to allow having %packages inside of a %include (#81301)Jeremy Katz2003-01-081-4/+7
* if no %packages, then prompt for package selection (hp feature request, #80977,Jeremy Katz2003-01-081-1/+1
* add some error logging when running %pre/%post scriptsMike Fulbright2002-12-161-3/+12