diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-24 16:38:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-24 16:38:08 +0000 |
commit | e047a31bd834658526bbce9b2eaeb4abaea1cc0e (patch) | |
tree | ea46395945ee46917d7862b8d5f32db0a287df41 /installclass.py | |
parent | 6d83d4eeb472c4754c0d833030a82f8fae9045c3 (diff) | |
download | anaconda-e047a31bd834658526bbce9b2eaeb4abaea1cc0e.tar.gz anaconda-e047a31bd834658526bbce9b2eaeb4abaea1cc0e.tar.xz anaconda-e047a31bd834658526bbce9b2eaeb4abaea1cc0e.zip |
add migratefilesystems to install step list (MF #52513)
Diffstat (limited to 'installclass.py')
-rw-r--r-- | installclass.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py index b8f8abd2a..6fc2ac4c2 100644 --- a/installclass.py +++ b/installclass.py @@ -98,8 +98,9 @@ class BaseInstallClass: "monitor", "xcustom", "confirminstall", - "enablefilesystems", "install", + "enablefilesystems", + "migratefilesystems", "preinstallconfig", "installpackages", "postinstallconfig", |