summaryrefslogtreecommitdiffstats
path: root/installclass.py
Commit message (Collapse)AuthorAgeFilesLines
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-1/+5
|
* added missing NoneErik Troan1999-12-271-1/+1
|
* hacked in --ondisk, but haven't tested it yetErik Troan1999-12-231-11/+14
|
* kickstart w/ raid partitions worksErik Troan1999-12-231-9/+38
|
* need to format auto-allocated partitionsErik Troan1999-12-221-2/+0
|
* graphical partitioning seems to be completely working againErik Troan1999-12-221-41/+3
|
* expert mode enables lilo screens in workstation/server installsErik Troan1999-12-161-11/+13
|
* turn lilo linear mode on by defaultErik Troan1999-12-161-1/+1
|
* server and workstation installs allow creation of boot disksErik Troan1999-12-161-2/+0
|
* Removed X11 and mouse configuration from reconfiguration mode.Mike Fulbright1999-11-291-0/+2
| | | | Dr Mike
* Renamed all references to 'unconfig' to 'reconfig'.Mike Fulbright1999-11-171-2/+1
| | | | | | Added authentification dialog to reconfig mode. Dr Mike
* Added install class for unconfigOnly modeMike Fulbright1999-11-161-2/+14
| | | | Dr Mike <drmike@redhat.com>
* Make Lilo*/Silo* window replacement nicer, the previous one e.g. would notjakub1999-10-251-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 i18nMatt Wilson1999-10-081-1/+1
|
* 1) added /etc/sysconfig/desktop writingMatt Wilson1999-10-081-0/+3
| | | | | 2) open /dev/tty5 earlier - may be this will make sparc installs less ugly 3) french
* DiskDruid hacks:jakub1999-10-011-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 patchesMatt Wilson1999-09-271-1/+3
|
* fix for text mode NIS, remove deugger on <Ctrl+Z>, remove debugging line in ↵Matt Wilson1999-09-251-1/+0
| | | | installclass
* more fixes.Matt Wilson1999-09-251-0/+1
|
* added earlySwap for kickstartErik Troan1999-09-251-0/+4
|
* testing...Matt Wilson1999-09-241-0/+7
|
* added network config into workstation installsMatt Wilson1999-09-241-1/+0
|
* put netconfig into server installsMatt Wilson1999-09-241-1/+0
|
* missing Server group selectionMatt Wilson1999-09-231-0/+2
|
* added default install classErik Troan1999-09-221-0/+6
|
* changed for erikMatt Wilson1999-09-211-2/+2
|
* if we do manual partitioning, force format dialog as wellMatt Wilson1999-09-181-0/+1
|
* many gui enhancementsMatt Wilson1999-09-131-2/+2
|
* fixedMatt Wilson1999-09-111-0/+1
|
* patch from jj, misc fixesbefore.po.msgmergeMatt Wilson1999-09-111-0/+5
|
* fixed X config stuff, added more skip optionsMatt Wilson1999-09-101-8/+10
|
* run post scripts for kickstartErik Troan1999-09-091-0/+6
|
* added (untested) xconfig to kickstartErik Troan1999-09-091-0/+17
|
* added lang, mouse, and keyboard to kickstartErik Troan1999-09-081-0/+10
|
* todo.pyMatt Wilson1999-09-071-0/+4
|
* don't autopartition twice (yikes!)Erik Troan1999-09-031-2/+0
|
* skip partitioning, formatting, and package selection for workstation installsMatt Wilson1999-09-031-1/+3
|
* fixed automatic partition spescErik Troan1999-09-031-10/+10
|
* choose correct package setsMatt Wilson1999-09-031-3/+2
|
* automatic partitioning in classed installs should work -- back buttonsErik Troan1999-09-021-4/+41
| | | | are completely fucked though
* added packages listMatt Wilson1999-09-021-0/+8
|
* got clearpart ks command workingErik Troan1999-09-011-2/+4
|
* initial attempt at implementing clearpartMatt Wilson1999-09-011-1/+9
|
* changes to make partitioning work in kickstartErik Troan1999-09-011-1/+33
|
* renamed rootpw functionMatt Wilson1999-08-311-1/+1
|
* fixed network stuffErik Troan1999-08-311-5/+6
|
* configure first device alphabetically, not first device hash-wiseMatt Wilson1999-08-311-0/+15
|
* moved kickstart to separate fileErik Troan1999-08-311-15/+7
|
* 1) fleshed out step listErik Troan1999-08-301-1/+46
| | | | | 2) added timezone stuff 3) created subclasses for all install types
* got rid of separate hostname tagErik Troan1999-08-281-2/+1
|