diff options
author | Mike Fulbright <msf@redhat.com> | 2002-06-04 21:32:39 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-06-04 21:32:39 +0000 |
commit | 746350054beea57df19c561cdd65f97ff20a4618 (patch) | |
tree | cb983666a88d127b130761aaf7985a77f0999d90 /dispatch.py | |
parent | 49cc366b31af6fb2a7e9524bd995ab6a4ec42a03 (diff) | |
download | anaconda-746350054beea57df19c561cdd65f97ff20a4618.tar.gz anaconda-746350054beea57df19c561cdd65f97ff20a4618.tar.xz anaconda-746350054beea57df19c561cdd65f97ff20a4618.zip |
Cleanup error messages in generic handling code, make sure you dont munge members of raid or lvm interactively, and misc cleanups
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dispatch.py b/dispatch.py index 0b3bb5e00..a1be95565 100644 --- a/dispatch.py +++ b/dispatch.py @@ -46,6 +46,10 @@ from network import networkDeviceCheck # in the second case, the function is called directly from the dispatcher installSteps = [ + ("partitionobjinit", partitionObjectsInitialize, ("id.diskset", + "id.partitions", + "dir", "intf")), + ("partition", ("id.fsset", "id.diskset", "id.partitions", "intf")), ("welcome", ("id.configFileData",)), ("language", ("intf", "id.instLanguage")), ("keyboard", ("id.instLanguage.getDefaultKeyboard()", "id.keyboard", "id.xconfig")), |