From 8c8cd69d322a03a6377d246f31163fdda5a00ae3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 15 Feb 2010 18:08:11 +0100 Subject: [PATCH] s390: *_cio_free needs "seq" --- modules.d/95dasd_mod/install | 2 +- modules.d/95zfcp/install | 2 +- modules.d/95znet/install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules.d/95dasd_mod/install b/modules.d/95dasd_mod/install index 5cfcf255..7e66db7d 100755 --- a/modules.d/95dasd_mod/install +++ b/modules.d/95dasd_mod/install @@ -1,4 +1,4 @@ #!/bin/bash inst_hook cmdline 31 "$moddir/parse-dasd-mod.sh" -dracut_install dasd_cio_free grep sed +dracut_install dasd_cio_free grep sed seq diff --git a/modules.d/95zfcp/install b/modules.d/95zfcp/install index 574cc5c5..8e35eb75 100755 --- a/modules.d/95zfcp/install +++ b/modules.d/95zfcp/install @@ -8,5 +8,5 @@ inst_rules 56-zfcp.rules if [[ $hostonly ]]; then inst /etc/zfcp.conf fi -dracut_install zfcp_cio_free grep sed +dracut_install zfcp_cio_free grep sed seq diff --git a/modules.d/95znet/install b/modules.d/95znet/install index 7c183430..2d2aaef7 100755 --- a/modules.d/95znet/install +++ b/modules.d/95znet/install @@ -3,4 +3,4 @@ inst_hook cmdline 30 "$moddir/parse-ccw.sh" inst "$moddir/ccw_init" /lib/udev/ccw_init #inst_rules 55-ccw.rules || inst_rules "$moddir/55-ccw.rules" inst_rules "$moddir/55-ccw.rules" -dracut_install znet_cio_free grep sed +dracut_install znet_cio_free grep sed seq