Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 1 | -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 Fulbright | 2001-08-30 | 1 | -4/+6 |
| | | | | permedia card and videoram | ||||
* | fix --videoram for ks xconfig command | Mike Fulbright | 2001-08-29 | 1 | -2/+8 |
| | |||||
* | add migratefilesystems to install step list (MF #52513) | Matt Wilson | 2001-08-24 | 1 | -1/+2 |
| | |||||
* | restore zerombr semantics to what the docs describe (52361) | Jeremy Katz | 2001-08-23 | 1 | -2/+2 |
| | |||||
* | set the keyboard in the new xf86config object also (52015)anaconda-s390-tag2 | Jeremy Katz | 2001-08-21 | 1 | -0/+4 |
| | |||||
* | 1) fix kickstart interactive mode when no bootloader args are used (#52169) | Matt Wilson | 2001-08-21 | 1 | -4/+5 |
| | | | | | 1) preserve ide-scsi arguments set up in KernelArguments.__init__ when using kickstart | ||||
* | add step for running ks %post | Mike Fulbright | 2001-08-17 | 1 | -0/+1 |
| | |||||
* | try to handle monitor probing/config during ks better | Mike Fulbright | 2001-08-13 | 1 | -6/+23 |
| | |||||
* | fix so we use probed monitor in ks | Mike Fulbright | 2001-08-10 | 1 | -2/+9 |
| | |||||
* | this doesn't get used anymore | Jeremy Katz | 2001-08-07 | 1 | -3/+0 |
| | |||||
* | added an invisible step to allow the network screen to be skipped if no ↵ | bfox | 2001-08-02 | 1 | -0/+1 |
| | | | | network devices are present | ||||
* | this shouldn't be here, yay pychecker | Jeremy Katz | 2001-08-01 | 1 | -3/+0 |
| | |||||
* | don't override zerombr with clearpart stuff | Jeremy Katz | 2001-07-31 | 1 | -1/+2 |
| | |||||
* | add --enablecache for kickstart | Jeremy Katz | 2001-07-31 | 1 | -1/+4 |
| | |||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -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 kickstart | Jeremy Katz | 2001-07-22 | 1 | -1/+1 |
| | |||||
* | this should fix xconfig in kickstart | Jeremy Katz | 2001-07-22 | 1 | -2/+2 |
| | |||||
* | zerombr reinitializes the disks | Jeremy Katz | 2001-07-22 | 1 | -2/+2 |
| | |||||
* | add s390/s390x patchesr0-9-1 | laroche | 2001-07-20 | 1 | -0/+15 |
| | |||||
* | use the bootloader code for lilo since it's all there... | Jeremy Katz | 2001-07-17 | 1 | -11/+4 |
| | |||||
* | fix mbr vs partition install of bootloader via kickstart | Jeremy Katz | 2001-07-17 | 1 | -1/+6 |
| | |||||
* | add clearpart --initlabel support (43085) | Jeremy Katz | 2001-07-17 | 1 | -1/+3 |
| | |||||
* | skip bootloaderpass on install of ia64/alpha too... | Jeremy Katz | 2001-07-16 | 1 | -0/+1 |
| | |||||
* | move GUI GRUB password to a new screen | bfox | 2001-07-11 | 1 | -0/+1 |
| | |||||
* | split install step into three separate steps, doPreInstall, doInstall, | Jeremy Katz | 2001-07-09 | 1 | -0/+2 |
| | | | | | | and doPostInstall write out fstab at the end of doPreInstall | ||||
* | support for setting grub passwords | Jeremy Katz | 2001-07-09 | 1 | -2/+8 |
| | |||||
* | remove unused code | Matt Wilson | 2001-07-06 | 1 | -33/+0 |
| | |||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -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 ia64 | Jeremy Katz | 2001-07-02 | 1 | -0/+1 |
| | |||||
* | set keyboard type if passed to anaconda | Mike Fulbright | 2001-06-28 | 1 | -7/+9 |
| | |||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -0/+1 |
| | | | | from what ever the heck is going on with getting the partition requests set up | ||||
* | fix kickstart bootloader and partitioning | Jeremy Katz | 2001-06-27 | 1 | -8/+7 |
| | | | | move setting of the fsset out of gui and tui and into partitioningComplete | ||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -0/+1 |
| | |||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 1 | -0/+1 |
| | |||||
* | add in support for fdisk and choosing your partition method... TUI only | Jeremy Katz | 2001-06-25 | 1 | -0/+2 |
| | | | | at the moment | ||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -3/+1 |
| | |||||
* | fix setting of bootloader via installclass methods | Jeremy Katz | 2001-06-23 | 1 | -4/+11 |
| | | | | | | | | kickstart: add samba auth bootloader key wire in lilo support a few more partitioning options | ||||
* | insert autopartitioning steps | Mike Fulbright | 2001-06-22 | 1 | -9/+2 |
| | |||||
* | add support for Samba authentication | bfox | 2001-06-22 | 1 | -1/+6 |
| | |||||
* | remove old code | Matt Wilson | 2001-06-21 | 1 | -17/+0 |
| | |||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -206/+287 |
| | |||||
* | Fixed screens so in GUI you cannot go back too far once you start down the ↵ | Mike Fulbright | 2001-03-17 | 1 | -1/+1 |
| | | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works. | ||||
* | fix for bug 29544 - we were not handling kickstart raid specifications which ↵ | Mike Fulbright | 2001-03-13 | 1 | -1/+10 |
| | | | | used --onpart correctly | ||||
* | don't show laptop comp for !i386 | Matt Wilson | 2001-02-14 | 1 | -1/+5 |
| | |||||
* | 1) add "langsupport" flag to ks.cfg | Matt Wilson | 2001-02-08 | 1 | -0/+8 |
| | | | | | | | | | "langsupport --default en_US" will support all languages, en_US default "langsupport de_DE fr_FR en_US --default fr_FR" will give German, French, English support, French default 2) don't apply comp default selection state to upgrades - explicitly turn off each comp 3) log to stderr on "not setupFilesystems" in log.py | ||||
* | Changed default firewall policy to 1 instead of 0. | bfox | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | Several changes: | Mike Fulbright | 2001-02-01 | 1 | -1/+7 |
| | | | | | | | - fixed bug where if no partition were specified to be allocated in ks, goto 'unslicable ....' error - made linear default for kickstart LILO option - made it so firewall and lba32warning messages skipped in ks mode | ||||
* | fixes for upgradeonly mode | Mike Fulbright | 2001-01-18 | 1 | -1/+2 |
| | |||||
* | kickstart support for firewall configuration | Bill Nottingham | 2001-01-10 | 1 | -2/+12 |
| |