summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kickstart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py
index f6493c23a..8d9cad847 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -351,6 +351,7 @@ class KickstartBase(BaseInstallClass):
"cdrom" : None ,
"clearpart" : self.doClearPart ,
"device" : None ,
+ "deviceprobe" : None ,
"driverdisk" : None ,
"harddrive" : None ,
"install" : self.doInstall ,