summaryrefslogtreecommitdiffstats
path: root/installclasses/server.py
Commit message (Collapse)AuthorAgeFilesLines
* add descriptions for installclassesMike Fulbright2002-07-111-0/+3
|
* disable comps filtering in installclasses so all are shown (for now at least)Mike Fulbright2002-07-101-12/+12
|
* fixes for serverJeremy Katz2002-06-281-6/+6
|
* 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-231-1/+1
| | | | our own translate.py
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-1/+2
| | | | methods of request classes or the Partitions class
* no, don't add bootdisk to the steplist for workstation and server; it'sJeremy Katz2001-08-091-2/+0
| | | | already in the base class and we really don't want it on ia64
* 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-041-7/+0
| | | | | which led to 49218 and 50791. thanks to a guy at dclug for actually reproducing this one and testing the fix
* 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-241-1/+0
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-231-3/+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
* fix typo and add some serversMike Fulbright2001-07-111-4/+5
|
* bump up /usr someMike Fulbright2001-07-101-2/+2
|
* added some more servers, need more probablyMike Fulbright2001-07-101-3/+5
|
* importing stuff help grog workMike Fulbright2001-07-061-1/+1
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-061-1/+4
| | | | instead (say /boot/efi)
* fixup names of install classesMike Fulbright2001-07-051-1/+1
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-4/+4
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* added all previous autopartitioning cases for installclassesMike Fulbright2001-06-251-1/+17
|
* remove old FSEDIT nonesense, first try at autopartitioning for workstation classMike Fulbright2001-06-221-1/+0
|
* merge from (now defunct) dispatch branchErik Troan2001-06-201-30/+29
|
* make sure /boot is at least 48MMike Fulbright2001-03-231-1/+1
|
* At Trond's request, I changed the strings in the warningText. Partial ↵bfox2001-03-141-1/+1
| | | | sentence translations would have made translations very hard.
* Modified warningText to make TUI and GUI partitioning screens similarbfox2001-03-131-1/+1
|
* bump sizes of autoallocation attempts to reflect new sizes of components, as ↵Mike Fulbright2001-03-081-2/+9
| | | | well as 2.4 swap requirements
* Added X Window component to server class installs. Resolves bug # 20963.bfox2000-12-091-0/+1
|
* added SMB, GNOME, KDE choicesErik Troan2000-11-171-1/+4
|
* double quotesMatt Wilson2000-07-161-1/+1
|
* cleaned up descriptionsMike Fulbright2000-05-111-1/+1
|
* genericifyMatt Wilson2000-05-111-1/+5
|
* fixed addnewpartition calls to match new APIMike Fulbright2000-05-041-6/+6
|
* added pixmapsMatt Wilson2000-05-031-0/+1
|
* first pass at new install class placement -- works in text modeErik Troan2000-05-031-0/+30