summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-29 18:59:21 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-29 18:59:21 +0000
commit38ad9b5c33f232d4e0b176c80fd9f6a59a1cbd08 (patch)
tree9e29b881c65d65e87683cf7e36d684fb52333b80
parent12d0e7500c0fc85c9abe00d50f90a35e86da70ee (diff)
downloadanaconda-38ad9b5c33f232d4e0b176c80fd9f6a59a1cbd08.tar.gz
anaconda-38ad9b5c33f232d4e0b176c80fd9f6a59a1cbd08.tar.xz
anaconda-38ad9b5c33f232d4e0b176c80fd9f6a59a1cbd08.zip
do noauto for chandev during install too (#106163)
-rw-r--r--loader2/linuxrc.s3901
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index f4ee82415..35cec1315 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -150,6 +150,7 @@ if [ ":$NETTYPE" != ":iucv" ]; then # iucv is the only interface without chand
read QETHPARM
fi
fi
+ [ -n "$CHANDEV" ] && echo "noauto" >/proc/chandev
[ -n "$CHANDEV" ] && echo "$CHANDEV" >/proc/chandev
[ -n "$QETHPARM" ] && echo "$QETHPARM" >/proc/chandev
[ -n "$CHANDEV" ] && echo "reprobe" >/proc/chandev