From 8ffcd020e3724390400e13fd26dc8a1cc79474e4 Mon Sep 17 00:00:00 2001 From: bfox Date: Thu, 2 Aug 2001 16:41:00 +0000 Subject: added an invisible step to allow the network screen to be skipped if no network devices are present --- installclass.py | 1 + 1 file changed, 1 insertion(+) (limited to 'installclass.py') 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", -- cgit