summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Collapse)AuthorAgeFilesLines
* the start of better kickstart error handling. create KickstartError classJeremy Katz2004-05-181-1/+1
| | | | | | | | 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
* quick hack for selinux support in kickstart, syntax may change before theJeremy Katz2004-03-171-0/+3
| | | | final release
* add a new step for setting the file contexts so that it can be after theJeremy Katz2004-02-241-0/+1
| | | | | | boot loader is installed. move to using my function in isys instead of calling setfiles. have to fork and chroot for the actual run so that the regexes match :/
* remove the mouse configuration screenbfox2004-02-231-2/+1
|
* boot disk go bye bye (and good riddance). they're not really going to fit ↵Jeremy Katz2004-02-091-1/+1
| | | | with 2.6
* add dhcp class id support (#107946). requires pump >= 0.8.20Jeremy Katz2004-01-061-1/+2
|
* fix overzealous overriding of hostname for dhcpJeremy Katz2003-10-211-1/+2
|
* fix traceback. pychecker might as well be worthless :( (#106011)Jeremy Katz2003-09-301-1/+1
|
* don't let probed hsync/vsync override the provided one (#105586)Jeremy Katz2003-09-291-1/+6
|
* fix traceback in autoprobe case (#105586)Jeremy Katz2003-09-251-2/+2
|
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* clean up bootdisk step skipping to be the same for install and upgrade, putJeremy Katz2003-08-271-11/+2
| | | | the common code in floppy.py
* merge from taroon branchJeremy Katz2003-08-271-3/+4
|
* fix for bug #78627 - enhancements and fixes for ks network directiveMike Fulbright2003-08-251-2/+5
|
* merge changes from taroon branchJeremy Katz2003-08-201-76/+83
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-5/+14
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch to headJeremy Katz2003-07-311-3/+1
|
* merge from taroon branch. product.img stuff, md can be modular, lots ofJeremy Katz2003-07-161-1/+1
| | | | little things across the board
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-4/+15
| | | | | | | | | | | | | | 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
* check for attached floppies so that we don't pick up fdcs without drives on ↵Jeremy Katz2003-06-231-3/+5
| | | | legacy hardware
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-1/+19
| | | | | | | | * 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
* bring back boot disks and upgrades (merged from Taroon)Jeremy Katz2003-05-211-1/+2
|
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-28/+2
| | | | msw's ctrl-alt-del thing and some arch fixups
* this change makes it so you are prompted if you monitor was not probed. the ↵Mike Fulbright2003-05-141-0/+3
| | | | prompt occurs after the keyboard and mice screens, so all peripheral questions are at the beginning. previous state of these files tags as before-cambridge-monitor-query-change
* dont prompt for rescue boot disk creation unless you have a floppy drive. ↵before-cambridge-monitor-query-changeMike Fulbright2003-05-051-0/+13
| | | | Tested on machines with and without floppy drives.
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+2
|
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-13/+17
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* put code for enabling X configuration it right place and disable it for nowMike Fulbright2003-04-221-6/+0
|
* disable interactive X configuration - uncomment to reenableMike Fulbright2003-04-211-3/+6
|
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-8/+0
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* hacking publisher cd second stages to remove upgrade as an option just isn'tJeremy Katz2003-03-071-0/+6
| | | | | any fun at all... now we can just hack the syslinux/isolinux cfg to add 'noupgrade' to the command line
* bios drive order from kickstart (#80086)Jeremy Katz2003-02-251-1/+13
|
* 2-17-2003 wasnt katzjs finest :)Mike Fulbright2003-02-201-2/+0
|
* I haven't seen this, but if we're going to fallback on resolution, we shouldJeremy Katz2003-02-171-3/+6
| | | | on depth as well (#81197)
* fix for bug #80417Mike Fulbright2003-02-061-0/+8
|
* I suck againJeremy Katz2003-02-041-0/+1
|
* get rid of bootdisk step for x86_64Jeremy Katz2003-02-041-1/+3
|
* by default, if a package or group is listed in a ks.cfg that doesn't exist,Jeremy Katz2003-01-091-2/+2
| | | | | | just pop up a dialog to see what the user wants to do about it. add argument of --ignoremissing for %packages so they can be ignored instead of prompting
* merge froms s390 branchMatt Wilson2003-01-081-13/+9
|
* need to actually use the stepJeremy Katz2002-12-171-0/+1
|
* set the time upJeremy Katz2002-12-131-0/+1
|
* we don't generally translate log messages as they're for us for debugging as ↵Jeremy Katz2002-12-051-5/+5
| | | | much as anything and I can't read japanese ;). also, if we're going to translate it, it needs to be one string, not 5
* add concept of whether user gets to choose default run levelMike Fulbright2002-12-031-0/+1
|
* change way we pick a sane default modeMike Fulbright2002-11-261-15/+4
|
* fixed to use new xsetup backendMike Fulbright2002-11-121-21/+30
|
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-0/+1
| | | | seems to work reasonably well.
* ppc doesn't do boot disk either.Jeremy Katz2002-10-221-1/+1
|
* fix ldap tls (#74515). also sucks in skipping some steps on sparcJeremy Katz2002-09-271-1/+3
|
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-1/+6
|
* fix ks monitor probing - bug #66718Mike Fulbright2002-08-211-3/+3
|