summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Collapse)AuthorAgeFilesLines
* 2004-11-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-11-071-0/+1
| | | | | | | | | | | * dispatch.py (installSteps): Add handleMiscPackages steps. * installclass.py (BaseInstallClass.setSteps): Likewise. * upgradeclass.py (InstallClass.setSteps): Likewise. * packages.py (handleMiscPackages): Add a step to do all of the miscellaneous package selection based on installer selections instead of doing them in doPreInstall so that our needed CD list is correct (#122017)
* 2004-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-041-0/+1
| | | | | | | | | | | * dispatch.py (installSteps): * installclass.py (BaseInstallClass.setSteps): * upgradeclass.py (InstallClass.setSteps): Add copylogs step. * packages.py (copyAnacondaLogs): Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog so that they exist post-install (#124370)
* 2004-10-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-011-0/+3
| | | | | | | | | | | | * installclass.py (BaseInstallClass.setZFCP): Add method for use in kickstart setting of zfcp config. * kickstart.py (KickstartBase.doZFCP): Add syntax for defining zfcp volumes in kickstart. Use --devnum=, --scsiid=, --wwpn=, --scsilun=, --fcplun=. All are required. (#130070, #133288) (KickstartBase.doAutoPart): Skip zfcpconfig (#133288) (KickstartBase.definePartition): Skip zfcpconfig (#133288)
* add calls to zfcp stuffKarsten Hopp2004-08-021-0/+7
|
* Enable kickstart to ignore specific disks (#79016)Paul Nasrat2004-07-091-0/+6
|
* switch autopartitioning to use lvm by default. setup is basicallyJeremy Katz2004-07-071-4/+4
| | | | | | | * Create /boot partition (or appropriate for the arch) * For each drive being used in auto-partitioning, create a PV * Use these pvs in a vg * Create auto-partition requests as logical volumes in the vg
* fix typoKarsten Hopp2004-06-181-1/+1
|
* * add support in the second stage for setting wepkey and essid in kickstart.Jeremy Katz2004-06-181-3/+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-10/+21
| | | | | other ports selection. make the list of services easy to change and shared between gui and text. lose dead code, update copyrights
* only way to make sure firstboot gets the change I want is to disable theJeremy Katz2004-06-161-3/+3
| | | | | | installer piece :) monitor configuration is going to move to there since if we can get you to the point where you're installing in graphics mode, there's no reason not to do all of your x configuration at once.
* disable betanag permanently, noticed by mattdm on anaconda-devel-listJeremy Katz2004-06-151-1/+1
|
* handle upgrade and noupgrade at the same time so that we can then easilyJeremy Katz2004-06-071-2/+7
| | | | | switch upgrade on or off and have them enable/disable-able on the command line still
* 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. ↵Mike 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