summaryrefslogtreecommitdiffstats
path: root/installclasses/custom.py
Commit message (Collapse)AuthorAgeFilesLines
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-27/+0
| | | | | | | * installclasses/custom.py: Remove obsolete file * installclasses/personal_desktop.py: Likewise. * installclasses/server.py: Likewise. * installclasses/workstation.py: Likewise.
* Finish making non-UI steps pass around the anaconda object.Chris Lumens2006-05-041-3/+3
|
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-0/+1
| | | | | | | | | | | * anaconda (instClass): If there's only one visible installclass, don't ask about them either * installclasses/custom.py: Hide old install class. * installclasses/personal_desktop.py: Likewise. * installclasses/server.py: Likewise. * installclasses/workstation.py: Likewise. * installclasses/fedora.py: Add new Fedora install class.
* custom doesn't have authconfig anymoreJeremy Katz2003-07-081-2/+1
|
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-13/+2
| | | | | | | | * ppc boot constraints * md5 endianness * don't prompt to save tracebacks to a floppy without a floppy * autopart for kickstart * network configuration in the loader if vnc/display case
* add unique id for each installclass for workflow screens (ie, desktop choice ↵Mike Fulbright2003-04-231-0/+1
| | | | TUI/GUI) that need to know which installclass user selected.
* make class names have mnemonic marker in them - just filter out if desired ↵Mike Fulbright2003-04-211-3/+4
| | | | (like in TUI)
* add concept of whether user gets to choose default run levelMike Fulbright2002-12-031-0/+1
|
* dohMike Fulbright2002-07-191-1/+1
|
* add property as to whether to show minimal grouop or notMike Fulbright2002-07-191-0/+1
|
* add descriptions from docs for install classes, fix label wrapping in ↵Mike Fulbright2002-07-121-2/+4
| | | | install path screen
* add descriptions for installclassesMike Fulbright2002-07-111-1/+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-4/+2
| | | | methods of request classes or the Partitions class
* expert mode was causing the bootloader screen to be skippedJeremy Katz2001-08-041-5/+0
| | | | | which led to 49218 and 50791. thanks to a guy at dclug for actually reproducing this one and testing the fix
* preserve the hostname that is read from /tmp/netinfoMatt Wilson2001-07-241-1/+0
|
* import everythingMatt Wilson2001-07-061-1/+1
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-061-2/+5
| | | | 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-3/+3
| | | | | | | | | | | | | | | | 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-2/+24
|
* 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-18/+0
|
* make sure /boot is at least 48MMike Fulbright2001-03-231-1/+1
|
* misspelling errorbfox2001-03-141-1/+1
|
* At Trond's request, I changed the strings in the warningText. Partial ↵bfox2001-03-141-1/+5
| | | | 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-3/+7
| | | | well as 2.4 swap requirements
* try automatic partitioningErik Troan2000-12-081-0/+10
|
* cleaned up descriptionsMike Fulbright2000-05-111-1/+1
|
* added pixmapsMatt Wilson2000-05-031-0/+2
|
* first pass at new install class placement -- works in text modeErik Troan2000-05-031-0/+13