summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-07-12 22:41:22 +0000
committerErik Troan <ewt@redhat.com>2000-07-12 22:41:22 +0000
commit71ff06ec45ca8965e3638dd50de1cf4996ab73eb (patch)
tree5b00a5462662571c2c40b7b6e90f4d3ff4226ac3
parent7a18b36030c65279e59ba529aef3a1847a61ff17 (diff)
downloadanaconda-71ff06ec45ca8965e3638dd50de1cf4996ab73eb.tar.gz
anaconda-71ff06ec45ca8965e3638dd50de1cf4996ab73eb.tar.xz
anaconda-71ff06ec45ca8965e3638dd50de1cf4996ab73eb.zip
added deviceprobe command
-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 ,