Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | let install classes set themselves as default | Erik Troan | 2000-11-20 | 1 | -0/+3 | |
| | ||||||
* | added findOptionalGroup() | Erik Troan | 2000-11-17 | 1 | -0/+10 | |
| | ||||||
* | Fixed bug in configureX that causes "xconfig --noprobe" to fail on kickstart ↵ | bfox | 2000-10-09 | 1 | -13/+13 | |
| | | | | installs. | |||||
* | include confirm-upgrade | Matt Wilson | 2000-08-19 | 1 | -1/+1 | |
| | ||||||
* | accessors | Matt Wilson | 2000-08-04 | 1 | -0/+8 | |
| | ||||||
* | don't double count packages | Matt Wilson | 2000-07-12 | 1 | -1/+4 | |
| | ||||||
* | wire up the default desktop choice | Matt Wilson | 2000-06-29 | 1 | -0/+6 | |
| | ||||||
* | init networkDevice | Erik Troan | 2000-06-18 | 1 | -0/+1 | |
| | ||||||
* | multiple nic behavior improved | Erik Troan | 2000-06-18 | 1 | -2/+4 | |
| | ||||||
* | dumb bug with raid code | Mike Fulbright | 2000-06-09 | 1 | -1/+2 | |
| | ||||||
* | typos | Mike Fulbright | 2000-06-08 | 1 | -2/+2 | |
| | ||||||
* | ldap and kerberos changes | Mike Fulbright | 2000-06-05 | 1 | -4/+14 | |
| | ||||||
* | fixes harddrive install to not nuke source partition, and also get --onpart ↵ | Mike Fulbright | 2000-05-24 | 1 | -0/+3 | |
| | | | | to work (and warn when is can't because clearpart is on | |||||
* | added support for upgradeonly class specified from loader | Mike Fulbright | 2000-05-19 | 1 | -5/+18 | |
| | ||||||
* | added support for upgradeonly class | Mike Fulbright | 2000-05-18 | 1 | -2/+6 | |
| | ||||||
* | use showgroups field from instclass | Matt Wilson | 2000-05-11 | 1 | -0/+1 | |
| | ||||||
* | .pyc and .pyo files are good | Erik Troan | 2000-05-11 | 1 | -3/+4 | |
| | ||||||
* | Implemented --asprimary to force autoalocation as a primary only | Mike Fulbright | 2000-05-03 | 1 | -2/+2 | |
| | ||||||
* | implemnted --onprimary=<n> to force allocation as a particular primary partition | Mike Fulbright | 2000-05-03 | 1 | -2/+2 | |
| | ||||||
* | made partition options tuple more managable | Mike Fulbright | 2000-05-03 | 1 | -6/+9 | |
| | ||||||
* | don't load non .py files, pass back the pixmap name, set defaults for name ↵ | Matt Wilson | 2000-05-03 | 1 | -1/+6 | |
| | | | | and pixmap in baseinstallclass | |||||
* | first pass at new install class placement -- works in text mode | Erik Troan | 2000-05-03 | 1 | -67/+62 | |
| | ||||||
* | Added --bytes-per-inode option to ks part command | Mike Fulbright | 2000-04-26 | 1 | -2/+2 | |
| | ||||||
* | added stubbed postAction(), removed setPostScript() | Erik Troan | 2000-04-19 | 1 | -4/+3 | |
| | ||||||
* | (drmike) Fixed --server and --card options for kickstart xconfig directive. ↵ | Mike Fulbright | 2000-04-03 | 1 | -1/+7 | |
| | | | | Did not work in 6.1 or 6.2 apparently. | |||||
* | added skip list stuff for ia64 | Erik Troan | 2000-03-22 | 1 | -0/+3 | |
| | ||||||
* | allow kickstart swap | Erik Troan | 2000-03-08 | 1 | -1/+1 | |
| | ||||||
* | o massive move to a better translation model | Matt Wilson | 2000-02-29 | 1 | -3/+1 | |
| | | | | o rename unprobed monitor to Generic Monitor | |||||
* | properly wired maxsize stuff | Matt Wilson | 2000-02-15 | 1 | -9/+9 | |
| | ||||||
* | skip custom-upgrade step during kickstart | Matt Wilson | 2000-02-15 | 1 | -1/+2 | |
| | ||||||
* | extra | Matt Wilson | 2000-02-15 | 1 | -1/+0 | |
| | ||||||
* | fixed lilo None type check | Matt Wilson | 2000-02-14 | 1 | -1/+1 | |
| | ||||||
* | create boot disk by default in server/workstation installs | Matt Wilson | 2000-02-01 | 1 | -0/+5 | |
| | ||||||
* | fixed --iscrypted for root | Matt Wilson | 2000-02-01 | 1 | -0/+2 | |
| |