summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-23 19:21:14 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-23 19:21:14 +0000
commit8b395c1e3d5ebd2bf49e238c670c1f51681232c4 (patch)
tree18341835f0eed93120ae95caaf4b4d6181cea407 /installclasses
parent5f45d0c5f3dcfde1d94a912681409116a01d62d7 (diff)
downloadanaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.tar.gz
anaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.tar.xz
anaconda-8b395c1e3d5ebd2bf49e238c670c1f51681232c4.zip
new step: find root parts, remove those bits from the interfaces for
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)
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/upgradeclass.py1
-rw-r--r--installclasses/upgradeonly.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/installclasses/upgradeclass.py b/installclasses/upgradeclass.py
index 033c7e8c1..d47c3c5b1 100644
--- a/installclasses/upgradeclass.py
+++ b/installclasses/upgradeclass.py
@@ -21,6 +21,7 @@ class InstallClass(BaseInstallClass):
"mouse",
"welcome",
"installtype",
+ "findrootparts",
"findinstall",
"partitionobjinit",
"upgrademount",
diff --git a/installclasses/upgradeonly.py b/installclasses/upgradeonly.py
index 682ce5228..48ff31d37 100644
--- a/installclasses/upgradeonly.py
+++ b/installclasses/upgradeonly.py
@@ -15,6 +15,7 @@ class InstallClass(BaseInstallClass):
def setSteps(self, dispatch):
dispatch.setStepList(
"mouse",
+ "findrootparts",
"findinstall",
"partitionobjinit",
"upgrademount",