Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | merge from Alpha/SPARC branch | Matt Wilson | 2000-01-06 | 1 | -1/+5 | |
| | ||||||
* | added missing None | Erik Troan | 1999-12-27 | 1 | -1/+1 | |
| | ||||||
* | hacked in --ondisk, but haven't tested it yet | Erik Troan | 1999-12-23 | 1 | -11/+14 | |
| | ||||||
* | kickstart w/ raid partitions works | Erik Troan | 1999-12-23 | 1 | -9/+38 | |
| | ||||||
* | need to format auto-allocated partitions | Erik Troan | 1999-12-22 | 1 | -2/+0 | |
| | ||||||
* | graphical partitioning seems to be completely working again | Erik Troan | 1999-12-22 | 1 | -41/+3 | |
| | ||||||
* | expert mode enables lilo screens in workstation/server installs | Erik Troan | 1999-12-16 | 1 | -11/+13 | |
| | ||||||
* | turn lilo linear mode on by default | Erik Troan | 1999-12-16 | 1 | -1/+1 | |
| | ||||||
* | server and workstation installs allow creation of boot disks | Erik Troan | 1999-12-16 | 1 | -2/+0 | |
| | ||||||
* | Removed X11 and mouse configuration from reconfiguration mode. | Mike Fulbright | 1999-11-29 | 1 | -0/+2 | |
| | | | | Dr Mike | |||||
* | Renamed all references to 'unconfig' to 'reconfig'. | Mike Fulbright | 1999-11-17 | 1 | -2/+1 | |
| | | | | | | Added authentification dialog to reconfig mode. Dr Mike | |||||
* | Added install class for unconfigOnly mode | Mike Fulbright | 1999-11-16 | 1 | -2/+14 | |
| | | | | Dr Mike <drmike@redhat.com> | |||||
* | Make Lilo*/Silo* window replacement nicer, the previous one e.g. would not | jakub | 1999-10-25 | 1 | -3/+1 | |
| | | | | | | | catch recent changes in UpdateSteps. Add 1920x1200 resolution. Temporarily fix a collection of bugs where one gets No space on device during FTP/HTTP/Hard drive installations. | |||||
* | changes for i18n | Matt Wilson | 1999-10-08 | 1 | -1/+1 | |
| | ||||||
* | 1) added /etc/sysconfig/desktop writing | Matt Wilson | 1999-10-08 | 1 | -0/+3 | |
| | | | | | 2) open /dev/tty5 earlier - may be this will make sparc installs less ugly 3) french | |||||
* | DiskDruid hacks: | jakub | 1999-10-01 | 1 | -3/+5 | |
| | | | | | | | | | Make /boot default for WS and Server installations for sparc32, allow the user to make new sun disk labels, show appropriate partition types for new partition creation, move all maxswap computations into one place, add special constraint for sparc32 /boot or / (if no /boot), so that it will fit into first 1GB of the disk. Small fix in kbd.py. | |||||
* | three jj patches | Matt Wilson | 1999-09-27 | 1 | -1/+3 | |
| |