summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-05-13 09:44:07 +0000
committerKarsten Hopp <karsten@redhat.de>2004-05-13 09:44:07 +0000
commit1bfe207dcfc45de83bdb5c27251d68952e08fe29 (patch)
tree5930fc10d2c1ebf4c2d86d17c09e277d2f333d87 /loader2/linuxrc.s390
parent44ea7cd01dde72743f5e0acef493096a7774a26b (diff)
downloadanaconda-1bfe207dcfc45de83bdb5c27251d68952e08fe29.tar.gz
anaconda-1bfe207dcfc45de83bdb5c27251d68952e08fe29.tar.xz
anaconda-1bfe207dcfc45de83bdb5c27251d68952e08fe29.zip
wrong module order
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3902
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 21c3e24cc..43a9890d6 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -240,9 +240,9 @@ fi
# configure network-interface
if [ ":$NETTYPE" = ":ctc" -o ":$NETTYPE" = ":escon" ]; then
+ insmod ccwgroup$LO
insmod cu3088$LO
insmod fsm$LO
- insmod ccwgroup$LO
insmod ctc$LO
setupdevice
ifconfig $DEVICE $IPADDR $MMTU pointopoint $GATEWAY