Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | we should migrate filesystems in upgradeonly... really... (51762) | Jeremy Katz | 2001-08-14 | 1 | -0/+1 | |
| | ||||||
* | remove mouse from step list for upgrade only (51670) | Jeremy Katz | 2001-08-14 | 1 | -1/+0 | |
| | ||||||
* | no, don't add bootdisk to the steplist for workstation and server; it's | Jeremy Katz | 2001-08-09 | 2 | -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 Katz | 2001-08-08 | 1 | -1/+1 | |
| | ||||||
* | add classic x window system so people can install servers without x again | Jeremy Katz | 2001-08-08 | 1 | -0/+1 | |
| | ||||||
* | expert mode was causing the bootloader screen to be skipped | Jeremy Katz | 2001-08-04 | 3 | -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 Katz | 2001-07-27 | 1 | -0/+1 | |
| | ||||||
* | make that server install have a larger /usr... and why is / growable ↵ | Jeremy Katz | 2001-07-25 | 1 | -2/+2 | |
| | | | | instead of /usr anyway? | |||||
* | preserve the hostname that is read from /tmp/netinfo | Matt Wilson | 2001-07-24 | 3 | -3/+0 | |
| | ||||||
* | new step: find root parts, remove those bits from the interfaces for | Jeremy Katz | 2001-07-23 | 2 | -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 useful | Jeremy Katz | 2001-07-23 | 1 | -0/+1 | |
| | ||||||
* | move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular | Jeremy Katz | 2001-07-23 | 2 | -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 | |||||
* | handle migration during upgrades and rewrite fstab appropriately | Mike Fulbright | 2001-07-20 | 1 | -0/+1 | |
| | ||||||
* | obviously correct, and maybe make this work... | Jeremy Katz | 2001-07-20 | 1 | -1/+2 | |
| | ||||||
* | jeremy gets the oot of the day | Mike Fulbright | 2001-07-19 | 1 | -1/+1 | |
| | ||||||
* | fixup showing bootloader password screen where needed (and not on ia64/alpha) | Jeremy Katz | 2001-07-16 | 2 | -0/+3 | |
| | ||||||
* | attempt at fixing upgradeonly class | Matt Wilson | 2001-07-16 | 1 | -0/+7 | |
| | ||||||
* | skip bootloader screen on ia64 | Jeremy Katz | 2001-07-13 | 1 | -0/+1 | |
| | ||||||
* | take a shot at fixing upgrade only mode, (#48962) | Matt Wilson | 2001-07-12 | 1 | -3/+15 | |
| | ||||||
* | fix typo and add some servers | Mike Fulbright | 2001-07-11 | 1 | -4/+5 | |
| | ||||||
* | bump up /usr some | Mike Fulbright | 2001-07-10 | 1 | -2/+2 | |
| | ||||||
* | added some more servers, need more probably | Mike Fulbright | 2001-07-10 | 1 | -3/+5 | |
| | ||||||
* | no monitor config on upgrades plz | Mike Fulbright | 2001-07-10 | 1 | -1/+0 | |
| | ||||||
* | split install step into three separate steps, doPreInstall, doInstall, | Jeremy Katz | 2001-07-09 | 1 | -0/+2 | |
| | | | | | | and doPostInstall write out fstab at the end of doPreInstall | |||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 1 | -0/+2 | |
| | | | | of moving to ext3 | |||||
* | importing stuff help grog work | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | add Software Development | Matt Wilson | 2001-07-06 | 1 | -1/+3 | |
| | ||||||
* | align the laptop class - icon could still use a little work | Matt Wilson | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | import everything | Matt Wilson | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | some architectures don't care about /boot but want something different | Jeremy Katz | 2001-07-06 | 3 | -6/+15 | |
| | | | | instead (say /boot/efi) | |||||
* | fixup names of install classes | Mike Fulbright | 2001-07-05 | 2 | -2/+2 | |
| | ||||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 3 | -10/+10 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -0/+1 | |
| | | | | instdata. | |||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -1/+2 | |
| | | | | from what ever the heck is going on with getting the partition requests set up | |||||
* | refer to disk druid | Mike Fulbright | 2001-06-26 | 1 | -0/+1 | |
| | ||||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -0/+1 | |
| | ||||||
* | added all previous autopartitioning cases for installclasses | Mike Fulbright | 2001-06-25 | 3 | -24/+46 | |
| | ||||||
* | 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 | 3 | -3/+29 | |
| | ||||||
* | 1) more fixups for upgrades: fix step list to actually run the transaction, | Matt Wilson | 2001-06-22 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | set the upgrade flag in id when we get picked 2) removed self from migrateXinetd 3) moved GUI splash screen to its own file - this should make it pop up even faster. 4) copyright notices in anaconda, splashscreen.py 5) reworked the dep checker to build a new ts every time we make a pass. RPM doesn't seem to like to have a package in the ts as available *and* upgrade/install. 6) fixed fstab reading for 'none' devices 7) removed a debugging print from xf86config.py 8) removed threadding import from progress_gui.py | |||||
* | more fixups for upgrades | Matt Wilson | 2001-06-22 | 1 | -1/+1 | |
| | ||||||
* | completed most heavy lifting to get upgrades back in place. Still need to ↵ | Matt Wilson | 2001-06-22 | 1 | -1/+5 | |
| | | | | finish fixing up swap file creation and do text mode. | |||||
* | first pass at getting things in alignment for gui upgrades. Should only ↵ | Matt Wilson | 2001-06-22 | 1 | -1/+1 | |
| | | | | affect upgrades, not installs | |||||
* | merge from (now defunct) dispatch branch | Erik Troan | 2001-06-20 | 7 | -88/+160 | |
| | ||||||
* | make sure /boot is at least 48M | Mike Fulbright | 2001-03-23 | 3 | -3/+3 | |
| | ||||||
* | misspelling error | bfox | 2001-03-14 | 1 | -1/+1 | |
| | ||||||
* | At Trond's request, I changed the strings in the warningText. Partial ↵ | bfox | 2001-03-14 | 3 | -3/+7 | |
| | | | | sentence translations would have made translations very hard. | |||||
* | Modified warningText to make TUI and GUI partitioning screens similar | bfox | 2001-03-13 | 3 | -4/+5 | |
| | ||||||
* | bump sizes of autoallocation attempts to reflect new sizes of components, as ↵ | Mike Fulbright | 2001-03-08 | 3 | -8/+25 | |
| | | | | well as 2.4 swap requirements |