diff options
author | bfox <bfox> | 2001-08-14 22:58:29 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-08-14 22:58:29 +0000 |
commit | c3ed24213227b414912ac3695033b27730beba3b (patch) | |
tree | 78bf4e3dff6be555fa0a8f367301c26a1380a144 /installclasses | |
parent | dae1a8599dcd3bc5a3946c8486f28d359745a39c (diff) | |
download | anaconda-c3ed24213227b414912ac3695033b27730beba3b.tar.gz anaconda-c3ed24213227b414912ac3695033b27730beba3b.tar.xz anaconda-c3ed24213227b414912ac3695033b27730beba3b.zip |
don't show network screen in reconfig mode
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/reconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/reconfig.py b/installclasses/reconfig.py index bc6614f57..ef41036a1 100644 --- a/installclasses/reconfig.py +++ b/installclasses/reconfig.py @@ -32,6 +32,7 @@ class InstallClass(BaseInstallClass): dispatch.setStepList( "reconfigwelcome", "reconfigkeyboard", + "networkdevicecheck", "network", "firewall", "languagesupport", |