diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-04-22 16:27:13 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-04-22 16:27:13 +0000 |
commit | dcc913781c1d7c921b0d06987bcbded4230c3e79 (patch) | |
tree | e39a6a3fdc7ef61e00eac457ec6c54a43482c377 /upgradeclass.py | |
parent | 2627017d67c307ba4b05c66d412d052bfef5437a (diff) | |
download | anaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.tar.gz anaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.tar.xz anaconda-dcc913781c1d7c921b0d06987bcbded4230c3e79.zip |
merge bootloader changes from HEAD
Diffstat (limited to 'upgradeclass.py')
-rw-r--r-- | upgradeclass.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/upgradeclass.py b/upgradeclass.py index 0b21620bc..61f14827f 100644 --- a/upgradeclass.py +++ b/upgradeclass.py @@ -32,9 +32,7 @@ class InstallClass(BaseInstallClass): "upgradecontinue", "readcomps", "findpackages", - "bootloadersetup", - "bootloader", - "bootloaderadvanced", + "upgbootloader", "checkdeps", "dependencies", "confirmupgrade", |