summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* more pychecker fixupsMatt Wilson2001-06-231-3/+1
|
* fix setting of bootloader via installclass methodsJeremy Katz2001-06-231-4/+11
| | | | | | | | kickstart: add samba auth bootloader key wire in lilo support a few more partitioning options
* insert autopartitioning stepsMike Fulbright2001-06-221-9/+2
|
* add support for Samba authenticationbfox2001-06-221-1/+6
|
* remove old codeMatt Wilson2001-06-211-17/+0
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-206/+287
|
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-171-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 Fulbright2001-03-131-1/+10
| | | | used --onpart correctly
* don't show laptop comp for !i386Matt Wilson2001-02-141-1/+5
|
* 1) add "langsupport" flag to ks.cfgMatt Wilson2001-02-081-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.bfox2001-02-071-1/+1
|
* Several changes:Mike Fulbright2001-02-011-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 modeMike Fulbright2001-01-181-1/+2
|
* kickstart support for firewall configurationBill Nottingham2001-01-101-2/+12
|
* let install classes set themselves as defaultErik Troan2000-11-201-0/+3
|
* added findOptionalGroup()Erik Troan2000-11-171-0/+10
|
* Fixed bug in configureX that causes "xconfig --noprobe" to fail on kickstart ↵bfox2000-10-091-13/+13
| | | | installs.
* include confirm-upgradeMatt Wilson2000-08-191-1/+1
|
* accessorsMatt Wilson2000-08-041-0/+8
|
* don't double count packagesMatt Wilson2000-07-121-1/+4
|
* wire up the default desktop choiceMatt Wilson2000-06-291-0/+6
|
* init networkDeviceErik Troan2000-06-181-0/+1
|
* multiple nic behavior improvedErik Troan2000-06-181-2/+4
|
* dumb bug with raid codeMike Fulbright2000-06-091-1/+2
|
* typosMike Fulbright2000-06-081-2/+2
|
* ldap and kerberos changesMike Fulbright2000-06-051-4/+14
|
* fixes harddrive install to not nuke source partition, and also get --onpart ↵Mike Fulbright2000-05-241-0/+3
| | | | to work (and warn when is can't because clearpart is on
* added support for upgradeonly class specified from loaderMike Fulbright2000-05-191-5/+18
|
* added support for upgradeonly classMike Fulbright2000-05-181-2/+6
|
* use showgroups field from instclassMatt Wilson2000-05-111-0/+1
|
* .pyc and .pyo files are goodErik Troan2000-05-111-3/+4
|
* Implemented --asprimary to force autoalocation as a primary onlyMike Fulbright2000-05-031-2/+2
|
* implemnted --onprimary=<n> to force allocation as a particular primary partitionMike Fulbright2000-05-031-2/+2
|
* made partition options tuple more managableMike Fulbright2000-05-031-6/+9
|
* don't load non .py files, pass back the pixmap name, set defaults for name ↵Matt Wilson2000-05-031-1/+6
| | | | and pixmap in baseinstallclass
* first pass at new install class placement -- works in text modeErik Troan2000-05-031-67/+62
|
* Added --bytes-per-inode option to ks part commandMike Fulbright2000-04-261-2/+2
|
* added stubbed postAction(), removed setPostScript()Erik Troan2000-04-191-4/+3
|
* (drmike) Fixed --server and --card options for kickstart xconfig directive. ↵Mike Fulbright2000-04-031-1/+7
| | | | Did not work in 6.1 or 6.2 apparently.
* added skip list stuff for ia64Erik Troan2000-03-221-0/+3
|
* allow kickstart swapErik Troan2000-03-081-1/+1
|
* o massive move to a better translation modelMatt Wilson2000-02-291-3/+1
| | | | o rename unprobed monitor to Generic Monitor
* properly wired maxsize stuffMatt Wilson2000-02-151-9/+9
|
* skip custom-upgrade step during kickstartMatt Wilson2000-02-151-1/+2
|
* extraMatt Wilson2000-02-151-1/+0
|
* fixed lilo None type checkMatt Wilson2000-02-141-1/+1
|
* create boot disk by default in server/workstation installsMatt Wilson2000-02-011-0/+5
|
* fixed --iscrypted for rootMatt Wilson2000-02-011-0/+2
|