From: Harald Hoyer Date: Mon, 15 Feb 2010 17:08:11 +0000 (+0100) Subject: s390: *_cio_free needs "seq" X-Git-Tag: 005~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c8cd69d322a03a6377d246f31163fdda5a00ae3;p=thirdparty%2Fdracut.git s390: *_cio_free needs "seq" --- diff --git a/modules.d/95dasd_mod/install b/modules.d/95dasd_mod/install index 5cfcf2554..7e66db7d3 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 574cc5c55..8e35eb75d 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 7c1834306..2d2aaef78 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