Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add calls to zfcp stuff | Karsten Hopp | 2004-08-02 | 1 | -0/+7 |
| | |||||
* | Enable kickstart to ignore specific disks (#79016) | Paul Nasrat | 2004-07-09 | 1 | -0/+6 |
| | |||||
* | switch autopartitioning to use lvm by default. setup is basically | Jeremy Katz | 2004-07-07 | 1 | -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 typo | Karsten Hopp | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | * add support in the second stage for setting wepkey and essid in kickstart. | Jeremy Katz | 2004-06-18 | 1 | -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 and | Jeremy Katz | 2004-06-18 | 1 | -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 the | Jeremy Katz | 2004-06-16 | 1 | -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-list | Jeremy Katz | 2004-06-15 | 1 | -1/+1 |
| | |||||
* | handle upgrade and noupgrade at the same time so that we can then easily | Jeremy Katz | 2004-06-07 | 1 | -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 class | Jeremy Katz | 2004-05-18 | 1 | -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 the | Jeremy Katz | 2004-03-17 | 1 | -0/+3 |
| | | | | final release | ||||
* | add a new step for setting the file contexts so that it can be after the | Jeremy Katz | 2004-02-24 | 1 | -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 screen | bfox | 2004-02-23 | 1 | -2/+1 |
| | |||||
* | boot disk go bye bye (and good riddance). they're not really going to fit ↵ | Jeremy Katz | 2004-02-09 | 1 | -1/+1 |
| | | | | with 2.6 | ||||
* | add dhcp class id support (#107946). requires pump >= 0.8.20 | Jeremy Katz | 2004-01-06 | 1 | -1/+2 |
| | |||||
* | fix overzealous overriding of hostname for dhcp | Jeremy Katz | 2003-10-21 | 1 | -1/+2 |
| | |||||
* | fix traceback. pychecker might as well be worthless :( (#106011) | Jeremy Katz | 2003-09-30 | 1 | -1/+1 |
| | |||||
* | don't let probed hsync/vsync override the provided one (#105586) | Jeremy Katz | 2003-09-29 | 1 | -1/+6 |
| | |||||
* | fix traceback in autoprobe case (#105586) | Jeremy Katz | 2003-09-25 | 1 | -2/+2 |
| | |||||
* | merge from taroon | Jeremy Katz | 2003-09-20 | 1 | -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, put | Jeremy Katz | 2003-08-27 | 1 | -11/+2 |
| | | | | the common code in floppy.py | ||||
* | merge from taroon branch | Jeremy Katz | 2003-08-27 | 1 | -3/+4 |
| | |||||
* | fix for bug #78627 - enhancements and fixes for ks network directive | Mike Fulbright | 2003-08-25 | 1 | -2/+5 |
| | |||||
* | merge changes from taroon branch | Jeremy Katz | 2003-08-20 | 1 | -76/+83 |
| | |||||
* | merge from taroon-branch. all kinds of miscellaneous bugfixes, including | Jeremy Katz | 2003-08-14 | 1 | -5/+14 |
| | | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen | ||||
* | merge from taroon branch to head | Jeremy Katz | 2003-07-31 | 1 | -3/+1 |
| | |||||
* | merge from taroon branch. product.img stuff, md can be modular, lots of | Jeremy Katz | 2003-07-16 | 1 | -1/+1 |
| | | | | little things across the board | ||||
* | massive merge from taroon branch. changes are all over the place, but a | Jeremy Katz | 2003-07-08 | 1 | -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 Katz | 2003-06-23 | 1 | -3/+5 |
| | | | | legacy hardware | ||||
* | merge from taroon. highlights of this time around | Jeremy Katz | 2003-06-23 | 1 | -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 Katz | 2003-05-21 | 1 | -1/+2 |
| | |||||
* | merge from taroon branch to HEAD. mostly the package stuff, but also | Jeremy Katz | 2003-05-20 | 1 | -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 Fulbright | 2003-05-14 | 1 | -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 Fulbright | 2003-05-05 | 1 | -0/+13 |
| | | | | Tested on machines with and without floppy drives. | ||||
* | merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHEL | Jeremy Katz | 2003-05-05 | 1 | -1/+2 |
| | |||||
* | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -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 now | Mike Fulbright | 2003-04-22 | 1 | -6/+0 |
| | |||||
* | disable interactive X configuration - uncomment to reenable | Mike Fulbright | 2003-04-21 | 1 | -3/+6 |
| | |||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -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't | Jeremy Katz | 2003-03-07 | 1 | -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 Katz | 2003-02-25 | 1 | -1/+13 |
| | |||||
* | 2-17-2003 wasnt katzjs finest :) | Mike Fulbright | 2003-02-20 | 1 | -2/+0 |
| | |||||
* | I haven't seen this, but if we're going to fallback on resolution, we should | Jeremy Katz | 2003-02-17 | 1 | -3/+6 |
| | | | | on depth as well (#81197) | ||||
* | fix for bug #80417 | Mike Fulbright | 2003-02-06 | 1 | -0/+8 |
| | |||||
* | I suck again | Jeremy Katz | 2003-02-04 | 1 | -0/+1 |
| | |||||
* | get rid of bootdisk step for x86_64 | Jeremy Katz | 2003-02-04 | 1 | -1/+3 |
| | |||||
* | by default, if a package or group is listed in a ks.cfg that doesn't exist, | Jeremy Katz | 2003-01-09 | 1 | -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 branch | Matt Wilson | 2003-01-08 | 1 | -13/+9 |
| | |||||
* | need to actually use the step | Jeremy Katz | 2002-12-17 | 1 | -0/+1 |
| | |||||
* | set the time up | Jeremy Katz | 2002-12-13 | 1 | -0/+1 |
| |