Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | switch for reverted pcmcia probe | Erik Troan | 2001-02-27 | 1 | -1/+1 | |
| | ||||||
* | don't show laptop comp for !i386 | Matt Wilson | 2001-02-14 | 1 | -0/+1 | |
| | ||||||
* | fixes for upgradeonly mode | Mike Fulbright | 2001-01-18 | 1 | -0/+2 | |
| | ||||||
* | don't do laptop installs on non-x86 | Bill Nottingham | 2001-01-09 | 1 | -1/+8 | |
| | ||||||
* | need to be able to detect pcmcia controller existence to know if laptop | Erik Troan | 2001-01-08 | 1 | -1/+1 | |
| | | | | installs should be the default | |||||
* | turn on laptop support for laptop support | Matt Wilson | 2000-12-28 | 1 | -0/+2 | |
| | ||||||
* | Added X Window component to server class installs. Resolves bug # 20963. | bfox | 2000-12-09 | 1 | -0/+1 | |
| | ||||||
* | try automatic partitioning | Erik Troan | 2000-12-08 | 1 | -0/+10 | |
| | ||||||
* | set as default on machines w/ pcmcia | Erik Troan | 2000-11-20 | 1 | -0/+4 | |
| | ||||||
* | descend from normal workstation | Erik Troan | 2000-11-20 | 1 | -22/+3 | |
| | ||||||
* | specify that GNOME is on by default | Erik Troan | 2000-11-17 | 1 | -1/+1 | |
| | ||||||
* | added SMB, GNOME, KDE choices | Erik Troan | 2000-11-17 | 1 | -1/+4 | |
| | ||||||
* | Changed the pixmap and changed the ordering of the options in the installer. | bfox | 2000-11-15 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Erik Troan | 2000-11-06 | 1 | -0/+31 | |
| | ||||||
* | make so we skip about to upgrade screen on upgradeonly class | Mike Fulbright | 2000-08-18 | 1 | -1/+1 | |
| | ||||||
* | only list existing comps | Matt Wilson | 2000-08-04 | 1 | -2/+1 | |
| | ||||||
* | double quotes | Matt Wilson | 2000-07-16 | 1 | -1/+1 | |
| | ||||||
* | typo | Mike Fulbright | 2000-06-09 | 1 | -1/+1 | |
| | ||||||
* | add lilo to skip list | Mike Fulbright | 2000-05-19 | 1 | -0/+1 | |
| | ||||||
* | added support for upgradeonly class specified from loader | Mike Fulbright | 2000-05-19 | 1 | -0/+4 | |
| | ||||||
* | dont xlate name | Mike Fulbright | 2000-05-19 | 1 | -1/+1 | |
| | ||||||
* | added support for upgradeonly class | Mike Fulbright | 2000-05-18 | 1 | -0/+23 | |
| | ||||||
* | 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 | 3 | -3/+3 | |
| | ||||||
* | genericify | Matt Wilson | 2000-05-11 | 4 | -34/+15 | |
| | ||||||
* | fixed dependency crap | Erik Troan | 2000-05-09 | 1 | -0/+2 | |
| | ||||||
* | blah | Matt Wilson | 2000-05-04 | 1 | -1/+0 | |
| | ||||||
* | fixed addnewpartition calls to match new API | Mike Fulbright | 2000-05-04 | 2 | -9/+10 | |
| | ||||||
* | *** empty log message *** | Erik Troan | 2000-05-04 | 1 | -0/+1 | |
| | ||||||
* | fixed | Matt Wilson | 2000-05-03 | 1 | -3/+3 | |
| |