diff options
Diffstat (limited to 'pyanaconda/dispatch.py')
| -rw-r--r-- | pyanaconda/dispatch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pyanaconda/dispatch.py b/pyanaconda/dispatch.py index e04d3a9b6..d8bb6d095 100644 --- a/pyanaconda/dispatch.py +++ b/pyanaconda/dispatch.py @@ -26,7 +26,6 @@ from types import * import indexed_dict from constants import * from packages import doPostAction -from packages import firstbootConfiguration from packages import setupTimezone from storage import storageInitialize from storage import storageComplete @@ -269,7 +268,6 @@ class Dispatcher(object): self.add_step("installpackages", doInstall) self.add_step("postinstallconfig", doPostInstall) self.add_step("writeconfig", writeConfiguration) - self.add_step("firstboot", firstbootConfiguration) self.add_step("instbootloader", writeBootLoader) self.add_step("reipl", doReIPL) self.add_step("methodcomplete", doMethodComplete) |
