summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-08-02 16:41:00 +0000
committerbfox <bfox>2001-08-02 16:41:00 +0000
commit8ffcd020e3724390400e13fd26dc8a1cc79474e4 (patch)
tree6a82aa56dbc192c8e28fd424d865320ec5bb6f48 /installclass.py
parent1f8224e105c5b39540f46a97c78ab9bba67e774c (diff)
downloadanaconda-8ffcd020e3724390400e13fd26dc8a1cc79474e4.tar.gz
anaconda-8ffcd020e3724390400e13fd26dc8a1cc79474e4.tar.xz
anaconda-8ffcd020e3724390400e13fd26dc8a1cc79474e4.zip
added an invisible step to allow the network screen to be skipped if no network devices are present
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index ea0f13537..2ef84246d 100644
--- a/installclass.py
+++ b/installclass.py
@@ -80,6 +80,7 @@ class BaseInstallClass:
"bootloadersetup",
"bootloader",
"bootloaderpassword",
+ "networkdevicecheck",
"network",
"firewall",
"languagesupport",