summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-161-0/+2
|
* skip bootloader screen on ia64Jeremy Katz2001-07-131-0/+1
|
* 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
* 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
* text mode upgrade appears to workMatt Wilson2001-06-251-0/+1
|
* 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.
* first pass at getting things in alignment for gui upgrades. Should only ↵Matt Wilson2001-06-221-1/+1
| | | | affect upgrades, not installs
* merge from (now defunct) dispatch branchErik Troan2001-06-201-0/+41