summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* bump default pesize to 32 MBJeremy Katz2004-05-271-1/+1
* merge fix from Jack Neely from taroon branch (#123867)Jeremy Katz2004-05-211-1/+1
* this should add raid6 support (#122360)Jeremy Katz2004-05-191-0/+2
* the start of better kickstart error handling. create KickstartError classJeremy Katz2004-05-181-44/+68
* merge from rhel3. allow --enable and --enabled and --disable and --disabledJeremy Katz2004-05-111-6/+8
* allow excludedocs installs via ks or cmdline optionmikem2004-05-071-0/+2
* kickstart --nobase option to allow @core installsmikem2004-05-071-1/+5
* avoid skipx traceback on headless boxes (#116848)Jeremy Katz2004-03-231-1/+2
* actually add the handler for the selinux directiveJeremy Katz2004-03-171-0/+1
* quick hack for selinux support in kickstart, syntax may change before theJeremy Katz2004-03-171-0/+18
* don't skip non-existant mouse stepbfox2004-02-241-15/+18
* remove the mouse configuration screenbfox2004-02-231-2/+2
* 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