summaryrefslogtreecommitdiffstats
path: root/installclasses
Commit message (Collapse)AuthorAgeFilesLines
* same partitioning here as everywhere elseJeremy Katz2002-12-041-4/+1
|
* add concept of whether user gets to choose default run levelMike Fulbright2002-12-034-0/+4
|
* stupid *mumble mumble* rsync *mumble mumble*. remove the file again :(Jeremy Katz2002-11-131-60/+0
|
* spelling sucks (#70427)Jeremy Katz2002-08-021-1/+1
|
* typo!!!! s/peronal/personal/Matt Wilson2002-07-301-1/+1
|
* dohMike Fulbright2002-07-191-1/+1
|
* add property as to whether to show minimal grouop or notMike Fulbright2002-07-191-0/+1
|
* tweak descriptionsMike Fulbright2002-07-191-3/+1
|
* new installclass changesMike Fulbright2002-07-184-67/+70
|
* select gnome by default for a workstation tooJeremy Katz2002-07-171-0/+1
|
* having some funMike Fulbright2002-07-171-1/+1
|
* wacky hacks to get things unselected right. need to come up with a better ↵Jeremy Katz2002-07-123-16/+10
| | | | way when I've slept more
* add devel toolsJeremy Katz2002-07-121-0/+1
|
* remove bad hack now that it's no longer relevantJeremy Katz2002-07-121-32/+0
|
* fix component namesJeremy Katz2002-07-121-2/+2
|
* added developer workstation classMike Fulbright2002-07-121-0/+22
|
* add descriptions from docs for install classes, fix label wrapping in ↵Mike Fulbright2002-07-123-6/+11
| | | | install path screen
* laptop is deadMike Fulbright2002-07-121-21/+0
|
* turn off review of autopartitioning by defaultMike Fulbright2002-07-121-0/+1
|
* default to not showing packae group screenMike Fulbright2002-07-111-0/+1
|
* add descriptions for installclassesMike Fulbright2002-07-114-2/+9
|
* disable comps filtering in installclasses so all are shown (for now at least)Mike Fulbright2002-07-102-17/+17
|
* add choose your own desktop step for workstation. msf is going to write screenJeremy Katz2002-07-101-0/+2
|
* msf won't let me remove laptop, but at least it won't crashJeremy Katz2002-06-281-1/+0
|
* fixes for serverJeremy Katz2002-06-281-6/+6
|
* work with new comps file stuffJeremy Katz2002-06-271-1/+30
|
* make /var bigger on server - fixes bug #63354Mike Fulbright2002-05-231-2/+2
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-235-6/+6
| | | | our own translate.py
* merge bootloader changes from HEADJeremy Katz2002-04-221-3/+1
|
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-143-6/+6
| | | | methods of request classes or the Partitions class
* oh yeah goodbye reconfigMike Fulbright2002-02-081-53/+0
|
* make upgrades have half a chance of working at leastJeremy Katz2002-01-231-2/+2
|
* upgrade only must die. we need to make sure to inform docs and qaJeremy Katz2002-01-231-57/+0
|
* how did this ever work? (52631)Jeremy Katz2001-08-282-2/+2
|
* set the upgrade flag, doh.Matt Wilson2001-08-231-0/+4
|
* add step for running ks %postMike Fulbright2001-08-172-0/+2
|
* don't show network screen in reconfig modebfox2001-08-141-0/+1
|
* actually get the right packages to upgradeMatt Wilson2001-08-141-1/+2
|
* we should migrate filesystems in upgradeonly... really... (51762)Jeremy Katz2001-08-141-0/+1
|
* remove mouse from step list for upgrade only (51670)Jeremy Katz2001-08-141-1/+0
|
* no, don't add bootdisk to the steplist for workstation and server; it'sJeremy Katz2001-08-092-4/+0
| | | | already in the base class and we really don't want it on ia64
* calling the right method makes a world of difference (51016)Jeremy Katz2001-08-081-1/+1
|
* add classic x window system so people can install servers without x againJeremy Katz2001-08-081-0/+1
|
* expert mode was causing the bootloader screen to be skippedJeremy Katz2001-08-043-20/+0
| | | | | which led to 49218 and 50791. thanks to a guy at dclug for actually reproducing this one and testing the fix
* it helps to actually select the workstation component (50165)Jeremy Katz2001-07-271-0/+1
|
* make that server install have a larger /usr... and why is / growable ↵Jeremy Katz2001-07-251-2/+2
| | | | instead of /usr anyway?
* preserve the hostname that is read from /tmp/netinfoMatt Wilson2001-07-243-3/+0
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-232-0/+2
| | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
* this could be slightly usefulJeremy Katz2001-07-231-0/+1
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-232-6/+0
| | | | | 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