summaryrefslogtreecommitdiffstats
path: root/installclasses/workstation.py
Commit message (Collapse)AuthorAgeFilesLines
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-39/+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-8/+8
|
* 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.
* 2004-09-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | * installclasses/workstation.py: * installclasses/rhel_ws.py: Install compat-arch-support and compat-arch-devel-support by default (#133514). s/OpenOffice/OpenOffice.org/ Mozilla isn't the web browser now. * installclasses/personal_desktop.py: * installclasses/server.py: * installclasses/rhel_as.py: * installclasses/rhel_es.py: * installclasses/rhel_desktop.py: Install compat-arch-support by default (#133514) s/OpenOffice/OpenOffice.org/ Mozilla isn't the web browser now. * installclasses/rhel_ws.py: * installclasses/rhel_desktop.py: Should say OpenOffice.org, not OpenOffice.
* OOo not OO (#108035)Jeremy Katz2004-01-061-1/+1
|
* fix translation of packages in installclasses (#109561)Jeremy Katz2004-01-061-9/+9
|
* merge from taroon-branch. all kinds of miscellaneous bugfixes, includingJeremy Katz2003-08-141-1/+12
| | | | | | | | | * firewall update * iSeries PReP size * ppc mediacheck * tzdata stuff * cmdline mode * pkg defaults screen
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-6/+6
| | | | msw's ctrl-alt-del thing and some arch fixups
* 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-2/+3
| | | | (like in TUI)
* oops, update for new prototype (noticed by mikem)Jeremy Katz2003-01-091-2/+2
|
* add concept of whether user gets to choose default run levelMike Fulbright2002-12-031-0/+1
|
* spelling sucks (#70427)Jeremy Katz2002-08-021-1/+1
|
* tweak descriptionsMike Fulbright2002-07-191-3/+1
|
* new installclass changesMike Fulbright2002-07-181-43/+14
|
* 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-121-1/+5
| | | | way when I've slept more
* remove bad hack now that it's no longer relevantJeremy Katz2002-07-121-32/+0
|
* add descriptions from docs for install classes, fix label wrapping in ↵Mike Fulbright2002-07-121-2/+4
| | | | install path screen
* turn off review of autopartitioning by defaultBefore.Commiting.Milan.Docs.String.ReviewMike Fulbright2002-07-121-0/+1
|
* default to not showing packae group screenMike Fulbright2002-07-111-0/+1
|
* add descriptions for installclassesMike Fulbright2002-07-111-0/+2
|
* disable comps filtering in installclasses so all are shown (for now at least)Mike Fulbright2002-07-101-5/+5
|
* add choose your own desktop step for workstation. msf is going to write screenJeremy Katz2002-07-101-0/+2
|
* work with new comps file stuffJeremy Katz2002-06-271-1/+30
|
* 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
* expert mode was causing the bootloader screen to be skippedJeremy Katz2001-08-041-8/+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
|
* 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
* add Software DevelopmentMatt Wilson2001-07-061-1/+3
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-061-3/+6
| | | | instead (say /boot/efi)
* 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
* refer to disk druidMike Fulbright2001-06-261-0/+1
|
* added all previous autopartitioning cases for installclassesMike Fulbright2001-06-251-21/+5
|
* don't have builtin knowledge of default fs typeJeremy Katz2001-06-251-2/+2
|
* register a parted exception handler for gui modeMatt Wilson2001-06-251-0/+1
| | | | | | | | | | | modified isys.makeDevInode to use /dev/foo if it is there, while preserving backwards compatible behavior import fsset for workstation, it needs to find the ext2 filesystemtype for some reason skip drives that can't be opened or partition tables that can't be read. we still need to handle 'fresh' disks better.
* remove old FSEDIT nonesense, first try at autopartitioning for workstation classMike Fulbright2001-06-221-1/+29
|
* merge from (now defunct) dispatch branchErik Troan2001-06-201-25/+23
|
* 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-2/+3
|
* bump sizes of autoallocation attempts to reflect new sizes of components, as ↵Mike Fulbright2001-03-081-3/+9
| | | | well as 2.4 swap requirements
* specify that GNOME is on by defaultErik Troan2000-11-171-1/+1
|
* only list existing compsMatt Wilson2000-08-041-2/+1
|
* make sure we get the right packages selected from our installclasses when ↵Matt Wilson2000-05-121-0/+1
| | | | computing sizes
* cleaned up descriptionsMike Fulbright2000-05-111-1/+1
|