summaryrefslogtreecommitdiffstats
path: root/instdata.py
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-301-1/+0
| | | | | | | | * hdrlist.py: Remove dead file. * packages.py: Remove reference to hdrlist.py at least.. * instdata.py: Remove hdrlist import * test/testHdrlist.py: Remove.
* Better change for that change I made.David Cantrell2006-01-261-4/+3
|
* * instdata.py (InstallData): Set backend to None by default, onlyDavid Cantrell2006-01-261-2/+4
| | | | read it if caller gives us a backend (makes rescue mode work).
* Write out %packages section in the template kickstart file.Chris Lumens2006-01-201-2/+3
|
* Fix 178095.David Cantrell2006-01-191-4/+10
|
* Don't traceback on printing out an authconfig-related error message (#178041).Chris Lumens2006-01-171-7/+6
|
* It helps to have the right path to authconfig. Also, the right argumentChris Lumens2005-11-071-5/+8
| | | | list.
* Don't write empty authconfig line (#171558).Chris Lumens2005-10-241-1/+2
|
* 2005-09-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-131-1/+1
| | | | * instdata.py (InstallData.write): authconfig's flags changed. *sigh*
* Remove hdrlist based %packagesPaul Nasrat2005-09-061-61/+2
|
* Simplified the authconfig step to store data as a string to be passed toChris Lumens2005-08-291-7/+30
| | | | | | authconfig in its entirety, rather than handling it as a series of arguments we need to process. We weren't really doing anything with it anyway.
* bye, bye compspkgPaul Nasrat2005-08-241-3/+0
|
* Temporarily disable %package ks write outPaul Nasrat2005-08-241-1/+1
|
* 2005-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-08-151-8/+1
| | | | | | | * kickstart.py (Kickstart.readKickstart): Remove obsolete and dead --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise.
* Make anaconda-ks.cfg roPaul Nasrat2005-04-211-2/+3
|
* Decode source URL before writing it into the kickstart file (#154149).Chris Lumens2005-04-131-1/+2
|
* Rename InstallTimeLanguage to Language, fix /etc/sysconfig/i18n on manualChris Lumens2005-03-311-1/+1
| | | | installs, and fix default time zones.
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-4/+1
| | | | | | | | | | | | | | | | | | * anaconda: Remove essentially unused config file data code, product.img basically supplanted this. * Makefile: Likewise. * cmdline.py: Likewise. * gui.py: Likewise. * text.py: Likewise. * dispatch.py: Likewise. * instdata.py: Likewise. * splashscreen.py: Likewise. * iw/welcome_gui.py: Likewise. * textw/welcome_text.py: Likewise. * anaconda.conf: Remove file. * configFileData.py: Likewise. * readConfigFile.py: Likewise.
* Remove the Boolean class. We have a type for that.Chris Lumens2005-03-281-12/+8
|
* Combined Language and InstallTimeLanguage in language.py into a singleChris Lumens2005-03-231-3/+1
| | | | | | class, updated the lang-table format to remove an unused column, and changed langSupport to instLanguage everywhere to reinforce the class merge idea.
* - zfcp.conf was written way too late. it's required to be there before the ↵Karsten Hopp2004-08-251-1/+0
| | | | kernel is installed and the initrd is created
* initialize and write out zfcp configKarsten Hopp2004-08-021-0/+4
|
* allow excludedocs installs via ks or cmdline optionmikem2004-05-071-0/+9
|
* make selinux stuff part of a separate object, set up in instdata, pass toJeremy Katz2004-03-171-0/+4
| | | | screens. fix up firewall to not influence selinux, remember the option used
* remove the mouse configuration screenbfox2004-02-231-2/+0
|
* merge from taroon branchJeremy Katz2003-08-271-1/+0
|
* implement RFE to put install source in anaconad-ks.cfg, bug #53277Mike Fulbright2003-08-151-0/+35
|
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-10/+20
| | | | and cleanups in here too
* merge fixes from taroon branch:Jeremy Katz2003-05-201-58/+42
| | | | | | | * syntax error * fix upgrades * fix writing out of %packages in anaconda-ks.cfg * create the Everything group
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-2/+2
| | | | msw's ctrl-alt-del thing and some arch fixups
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-5/+10
| | | | | | | | 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.
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-4/+8
| | | | | 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
* ow.Jeremy Katz2003-02-121-12/+41
| | | | | | | | | | keep a copy of whether metapkgs and optional components are selected by default. then use this information when writing out the anaconda-ks.cfg so that we can write out something which is correct (#73195, #80838). note that for metapkgs, we have to write out -pkg for each package in the group because we have no syntax for unselecting groups and staying that way seems saner
* a broken trigger in an old linuxconf package really causes problems onJeremy Katz2003-01-141-0/+1
| | | | | | upgrade. let's do a pre-emptive removal of the package but make it general enough so that we can use it in the future for other problem packages if we have to (#54120, #72888, #81781)
* short-circuit finding packages to upgrade if we already looked at thisJeremy Katz2003-01-031-0/+1
| | | | upgrade root once (#62449)
* changes to work with new xsetup objectMike Fulbright2002-11-121-4/+4
|
* use all of the packages related to the comp, not just the selected ones. ↵Jeremy Katz2002-11-071-1/+1
| | | | this makes us somewhat overly verbose, but it really does look right now (#73195)
* move %package writing into its own methodJeremy Katz2002-11-061-3/+5
|
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-0/+1
| | | | seems to work reasonably well.
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-3/+24
|
* add string representing method used for installationMike Fulbright2002-08-231-2/+3
|
* need this for the comps package copying tooJeremy Katz2002-07-241-0/+3
|
* add a step which takes care of ensuring that any needed things for firstboot ↵Jeremy Katz2002-06-101-0/+1
| | | | get done. generally a no-op except for kickstart which has different defaults. also, move dopostaction back to being the last thing we do
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-0/+4
| | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better)
* use new keyboard object in rhplJeremy Katz2002-05-281-2/+2
|
* oopsMike Fulbright2002-05-241-2/+2
|
* migrate to using kbd.pyMike Fulbright2002-05-241-1/+1
|
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-2/+2
|
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-1/+1
| | | | work now, at least in gui. text mode might, though
* handle %packages --ignoredeps and %packages --resolvedeps so that peopleJeremy Katz2002-02-221-1/+9
| | | | | can control the handling of any spurious dependencies when using kickstart. if neither is specified, keep the previous behavior (#57297)