summaryrefslogtreecommitdiffstats
path: root/installclasses
Commit message (Collapse)AuthorAgeFilesLines
...
* make upgrades have half a chance of working at leastJeremy Katz2002-01-231-2/+2
|
* upgrade only must die. we need to make sure to inform docs and qaJeremy Katz2002-01-231-57/+0
|
* how did this ever work? (52631)Jeremy Katz2001-08-282-2/+2
|
* set the upgrade flag, doh.Matt Wilson2001-08-231-0/+4
|
* add step for running ks %postMike Fulbright2001-08-172-0/+2
|
* don't show network screen in reconfig modebfox2001-08-141-0/+1
|
* actually get the right packages to upgradeMatt Wilson2001-08-141-1/+2
|
* we should migrate filesystems in upgradeonly... really... (51762)Jeremy Katz2001-08-141-0/+1
|
* remove mouse from step list for upgrade only (51670)Jeremy Katz2001-08-141-1/+0
|
* no, don't add bootdisk to the steplist for workstation and server; it'sJeremy Katz2001-08-092-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 Katz2001-08-081-1/+1
|
* add classic x window system so people can install servers without x againJeremy Katz2001-08-081-0/+1
|
* expert mode was causing the bootloader screen to be skippedJeremy Katz2001-08-043-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 Katz2001-07-271-0/+1
|
* make that server install have a larger /usr... and why is / growable ↵Jeremy Katz2001-07-251-2/+2
| | | | instead of /usr anyway?
* preserve the hostname that is read from /tmp/netinfoMatt Wilson2001-07-243-3/+0
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-232-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 usefulJeremy Katz2001-07-231-0/+1
|
* move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circularJeremy Katz2001-07-232-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 appropriatelyMike Fulbright2001-07-201-0/+1
|
* obviously correct, and maybe make this work...Jeremy Katz2001-07-201-1/+2
|
* jeremy gets the oot of the dayMike Fulbright2001-07-191-1/+1
|
* fixup showing bootloader password screen where needed (and not on ia64/alpha)Jeremy Katz2001-07-162-0/+3
|
* attempt at fixing upgradeonly classMatt Wilson2001-07-161-0/+7
|
* skip bootloader screen on ia64Jeremy Katz2001-07-131-0/+1
|
* take a shot at fixing upgrade only mode, (#48962)Matt Wilson2001-07-121-3/+15
|
* fix typo and add some serversMike Fulbright2001-07-111-4/+5
|
* bump up /usr someMike Fulbright2001-07-101-2/+2
|
* added some more servers, need more probablyMike Fulbright2001-07-101-3/+5
|
* no monitor config on upgrades plzMike Fulbright2001-07-101-1/+0
|
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-0/+2
| | | | | | and doPostInstall write out fstab at the end of doPreInstall
* Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵Mike Fulbright2001-07-061-0/+2
| | | | of moving to ext3
* importing stuff help grog workMike Fulbright2001-07-061-1/+1
|
* add Software DevelopmentMatt Wilson2001-07-061-1/+3
|
* align the laptop class - icon could still use a little workMatt Wilson2001-07-061-1/+1
|
* import everythingMatt Wilson2001-07-061-1/+1
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-063-6/+15
| | | | instead (say /boot/efi)
* fixup names of install classesMike Fulbright2001-07-052-2/+2
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-043-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 inMatt Wilson2001-06-271-0/+1
| | | | instdata.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-1/+2
| | | | from what ever the heck is going on with getting the partition requests set up
* refer to disk druidMike Fulbright2001-06-261-0/+1
|
* text mode upgrade appears to workMatt Wilson2001-06-251-0/+1
|
* added all previous autopartitioning cases for installclassesMike Fulbright2001-06-253-24/+46
|
* 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-223-3/+29
|
* 1) more fixups for upgrades: fix step list to actually run the transaction,Matt Wilson2001-06-221-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 upgradesMatt Wilson2001-06-221-1/+1
|
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-1/+5
| | | | finish fixing up swap file creation and do text mode.