summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-02-07 18:14:27 +0000
committerMike Fulbright <msf@redhat.com>2003-02-07 18:14:27 +0000
commit7d625c7e0fc426a9abc87d55618fd5ad6fdd4a82 (patch)
tree158b29cac2c150877dd42d2e9f9a2ba3cfdbad36 /rescue.py
parent7647e0dcfce39c508478b1cd284abefdb2a9ca73 (diff)
downloadanaconda-7d625c7e0fc426a9abc87d55618fd5ad6fdd4a82.tar.gz
anaconda-7d625c7e0fc426a9abc87d55618fd5ad6fdd4a82.tar.xz
anaconda-7d625c7e0fc426a9abc87d55618fd5ad6fdd4a82.zip
moved loading of st.o to loader
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/rescue.py b/rescue.py
index 2dcfc9a82..1b3c78a45 100644
--- a/rescue.py
+++ b/rescue.py
@@ -154,12 +154,6 @@ def runRescue(instPath, mountroot, id):
screen.finish()
- # load st.o if they have any tape drives
- tapes = kudzu.probe(kudzu.CLASS_TAPE, kudzu.BUS_SCSI, kudzu.PROBE_ALL)
- if len(tapes) > 0:
- log("Loading st.o because tape drives detected")
- os.system("/bin/modprobe st.o")
-
if (not mountroot):
print
print _("When finished please exit from the shell and your "