Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turn off review of autopartitioning by defaultBefore.Commiting.Milan.Docs.String.Review | Mike Fulbright | 2002-07-12 | 1 | -0/+1 |
| | |||||
* | default to not showing packae group screen | Mike Fulbright | 2002-07-11 | 1 | -0/+1 |
| | |||||
* | add descriptions for installclasses | Mike Fulbright | 2002-07-11 | 1 | -0/+2 |
| | |||||
* | disable comps filtering in installclasses so all are shown (for now at least) | Mike Fulbright | 2002-07-10 | 1 | -5/+5 |
| | |||||
* | add choose your own desktop step for workstation. msf is going to write screen | Jeremy Katz | 2002-07-10 | 1 | -0/+2 |
| | |||||
* | work with new comps file stuff | Jeremy Katz | 2002-06-27 | 1 | -1/+30 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -1/+1 |
| | | | | our own translate.py | ||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -1/+2 |
| | | | | methods of request classes or the Partitions class | ||||
* | no, don't add bootdisk to the steplist for workstation and server; it's | Jeremy Katz | 2001-08-09 | 1 | -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 skipped | Jeremy Katz | 2001-08-04 | 1 | -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 Katz | 2001-07-27 | 1 | -0/+1 |
| | |||||
* | preserve the hostname that is read from /tmp/netinfo | Matt Wilson | 2001-07-24 | 1 | -1/+0 |
| | |||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 1 | -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 Development | Matt Wilson | 2001-07-06 | 1 | -1/+3 |
| | |||||
* | some architectures don't care about /boot but want something different | Jeremy Katz | 2001-07-06 | 1 | -3/+6 |
| | | | | instead (say /boot/efi) | ||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -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 druid | Mike Fulbright | 2001-06-26 | 1 | -0/+1 |
| | |||||
* | added all previous autopartitioning cases for installclasses | Mike Fulbright | 2001-06-25 | 1 | -21/+5 |
| | |||||
* | don't have builtin knowledge of default fs type | Jeremy Katz | 2001-06-25 | 1 | -2/+2 |
| | |||||
* | register a parted exception handler for gui mode | Matt Wilson | 2001-06-25 | 1 | -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 class | Mike Fulbright | 2001-06-22 | 1 | -1/+29 |
| | |||||
* | merge from (now defunct) dispatch branch | Erik Troan | 2001-06-20 | 1 | -25/+23 |
| | |||||
* | make sure /boot is at least 48M | Mike Fulbright | 2001-03-23 | 1 | -1/+1 |
| | |||||
* | At Trond's request, I changed the strings in the warningText. Partial ↵ | bfox | 2001-03-14 | 1 | -1/+1 |
| | | | | sentence translations would have made translations very hard. | ||||
* | Modified warningText to make TUI and GUI partitioning screens similar | bfox | 2001-03-13 | 1 | -2/+3 |
| | |||||
* | bump sizes of autoallocation attempts to reflect new sizes of components, as ↵ | Mike Fulbright | 2001-03-08 | 1 | -3/+9 |
| | | | | well as 2.4 swap requirements | ||||
* | specify that GNOME is on by default | Erik Troan | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | only list existing comps | Matt Wilson | 2000-08-04 | 1 | -2/+1 |
| | |||||
* | make sure we get the right packages selected from our installclasses when ↵ | Matt Wilson | 2000-05-12 | 1 | -0/+1 |
| | | | | computing sizes | ||||
* | cleaned up descriptions | Mike Fulbright | 2000-05-11 | 1 | -1/+1 |
| | |||||
* | genericify | Matt Wilson | 2000-05-11 | 1 | -3/+10 |
| | |||||
* | blah | Matt Wilson | 2000-05-04 | 1 | -1/+0 |
| | |||||
* | fixed addnewpartition calls to match new API | Mike Fulbright | 2000-05-04 | 1 | -3/+4 |
| | |||||
* | first pass at new install class placement -- works in text mode | Erik Troan | 2000-05-03 | 1 | -0/+24 |