summaryrefslogtreecommitdiffstats
path: root/upgradeclass.py
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 /upgradeclass.py
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 'upgradeclass.py')
-rw-r--r--upgradeclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/upgradeclass.py b/upgradeclass.py
index 033c7e8c1..d47c3c5b1 100644
--- a/upgradeclass.py
+++ b/upgradeclass.py
@@ -21,6 +21,7 @@ class InstallClass(BaseInstallClass):
"mouse",
"welcome",
"installtype",
+ "findrootparts",
"findinstall",
"partitionobjinit",
"upgrademount",