summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Collapse)AuthorAgeFilesLines
* fix language support selecting language componentsJeremy Katz2002-06-281-5/+12
|
* add hackish way to handle lack of real conditionals in new comps file right ↵Jeremy Katz2002-06-271-0/+16
| | | | now. needs to go before the final release, but will work for now
* add beta nag screenMike Fulbright2002-06-251-0/+1
|
* advanced bootloader screen shouldn't be on by defaultJeremy Katz2002-06-201-3/+0
|
* 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
* reenable language support screenJeremy Katz2002-06-061-1/+1
|
* fix to use rhpl correctlyMike Fulbright2002-05-291-2/+2
|
* more keyboard related changes. the xconfig object now has a keyboard objectJeremy Katz2002-05-291-9/+8
| | | | | | instead of just trying to be updated everytime we change the keyboard object. needs a newer rhpl (0.7 or better)
* move mouse.py, videocard.py, simpleconfig.py and monitor.py to rhplMike Fulbright2002-05-231-2/+2
|
* migrate to using rhpl log functionMike Fulbright2002-05-231-2/+3
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+11
| | | | our own translate.py
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 ↵Mike Fulbright2002-05-211-1/+1
| | | | X changes into HEAD
* handle multiple network device configuration better from kickstart (#64108)Jeremy Katz2002-05-091-5/+7
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-3/+2
| | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-16/+24
| | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night
* fixed stupid ks bug introduced fixing another ks bug related to my pos ↵Mike Fulbright2001-08-301-4/+6
| | | | permedia card and videoram
* fix --videoram for ks xconfig commandMike Fulbright2001-08-291-2/+8
|
* add migratefilesystems to install step list (MF #52513)Matt Wilson2001-08-241-1/+2
|
* restore zerombr semantics to what the docs describe (52361)Jeremy Katz2001-08-231-2/+2
|
* set the keyboard in the new xf86config object also (52015)anaconda-s390-tag2Jeremy Katz2001-08-211-0/+4
|
* 1) fix kickstart interactive mode when no bootloader args are used (#52169)Matt Wilson2001-08-211-4/+5
| | | | | 1) preserve ide-scsi arguments set up in KernelArguments.__init__ when using kickstart
* add step for running ks %postMike Fulbright2001-08-171-0/+1
|
* try to handle monitor probing/config during ks betterMike Fulbright2001-08-131-6/+23
|
* fix so we use probed monitor in ksMike Fulbright2001-08-101-2/+9
|
* this doesn't get used anymoreJeremy Katz2001-08-071-3/+0
|
* added an invisible step to allow the network screen to be skipped if no ↵bfox2001-08-021-0/+1
| | | | network devices are present
* this shouldn't be here, yay pycheckerJeremy Katz2001-08-011-3/+0
|
* don't override zerombr with clearpart stuffJeremy Katz2001-07-311-1/+2
|
* add --enablecache for kickstartJeremy Katz2001-07-311-1/+4
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-1/+1
| | | | | import madness and fix everywhere that refers to the CLEARPART_TYPE_* to ensure that they import from partitioning and don't try to do so from autopart
* actually hook up ldaptls via kickstartJeremy Katz2001-07-221-1/+1
|
* this should fix xconfig in kickstartJeremy Katz2001-07-221-2/+2
|
* zerombr reinitializes the disksJeremy Katz2001-07-221-2/+2
|
* add s390/s390x patchesr0-9-1laroche2001-07-201-0/+15
|
* use the bootloader code for lilo since it's all there...Jeremy Katz2001-07-171-11/+4
|
* fix mbr vs partition install of bootloader via kickstartJeremy Katz2001-07-171-1/+6
|
* add clearpart --initlabel support (43085)Jeremy Katz2001-07-171-1/+3
|
* skip bootloaderpass on install of ia64/alpha too...Jeremy Katz2001-07-161-0/+1
|
* move GUI GRUB password to a new screenbfox2001-07-111-0/+1
|
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-0/+2
| | | | | | and doPostInstall write out fstab at the end of doPreInstall
* support for setting grub passwordsJeremy Katz2001-07-091-2/+8
|
* remove unused codeMatt Wilson2001-07-061-33/+0
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-2/+2
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* more bits for ia64Jeremy Katz2001-07-021-0/+1
|
* set keyboard type if passed to anacondaMike Fulbright2001-06-281-7/+9
|
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-0/+1
| | | | from what ever the heck is going on with getting the partition requests set up
* fix kickstart bootloader and partitioningJeremy Katz2001-06-271-8/+7
| | | | move setting of the fsset out of gui and tui and into partitioningComplete
* text mode upgrade appears to workMatt Wilson2001-06-251-0/+1
|
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-0/+1
|
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-0/+2
| | | | at the moment