summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Collapse)AuthorAgeFilesLines
* add reminder that the zfcp kickstart part is still missingKarsten Hopp2004-08-021-0/+4
|
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-1/+5
| | | | | | | | the edd module's export of mbr signatures to map BIOS disks to Linux disk names. exposed for use in kickstart with part --onbiosdisk=, ks=bd:80p1:/ks.cfg, and harddrive --biospart=80p1 Patch from anaconda-devel-list, #106674
* Enable kickstart to ignore specific disks (#79016)Paul Nasrat2004-07-091-0/+13
|
* shutdown/halt/poweroff handler (#116414)Jeremy Katz2004-06-211-0/+3
|
* fix syntax errorJeremy Katz2004-06-211-1/+1
|
* * add support in the second stage for setting wepkey and essid in kickstart.Jeremy Katz2004-06-181-2/+8
| | | | * bug fix of ethtool setting not being done unless you had a static ip
* major simplification of the firewall code. lose the trusted devices andJeremy Katz2004-06-181-18/+14
| | | | | other ports selection. make the list of services easy to change and shared between gui and text. lose dead code, update copyrights
* argh, I suck (#112821)Jeremy Katz2004-06-141-1/+1
|
* 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
| | | | | | | | and raise that on kickstart errors. provide basic intf kickstartWindow methods don't pass intf in yet, because this is before the intf is up and running, so we can't use it
* merge from rhel3. allow --enable and --enabled and --disable and --disabledJeremy Katz2004-05-111-6/+8
| | | | everywhere for consistency
* 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
| | | | final release
* 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
| | | | | | this was causing weird behavior and not quite working, I'd rather go back to the old behavior that I completely understand than something new at this point
* 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
| | | | anymore and might as well stop looking for vnc stuff (#105789)
* 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
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* 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
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* add nicer looking traceback than current one when you have an unrecognized ↵Mike Fulbright2003-07-071-2/+6
| | | | kickstart directive when parsing
* raise a value error if the specified drive doesn't exist (to make it a ↵Jeremy Katz2003-07-071-0/+2
| | | | little bit more clear when you have a bad kickstart file
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-5/+24
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+3
| | | | and cleanups in here too
* fix autostep for monitor probeMike Fulbright2003-05-211-2/+9
|
* addresses bug #71840 - prevent ks config from specifying two logvols with ↵Mike Fulbright2003-05-201-1/+7
| | | | same vg:lv key
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-27/+24
| | | | msw's ctrl-alt-del thing and some arch fixups
* oops forgot to skip these steps if they specified skipx in ks fileMike Fulbright2003-05-161-0/+2
|