]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
s390: *_cio_free needs "seq"
authorHarald Hoyer <harald@redhat.com>
Mon, 15 Feb 2010 17:08:11 +0000 (18:08 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 15 Feb 2010 17:08:11 +0000 (18:08 +0100)
modules.d/95dasd_mod/install
modules.d/95zfcp/install
modules.d/95znet/install

index 5cfcf255461353df8ff9d62f344e345c6b28c1ac..7e66db7d32f50a8cb18108fe64436c827aef63cb 100755 (executable)
@@ -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
 
index 574cc5c556e04f660ee2ecce5909f79feb208b98..8e35eb75df3055564eca394516a7e0634aa9a77f 100755 (executable)
@@ -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
 
index 7c1834306a3ecd32967a93efdff3c79dca9ee8c3..2d2aaef782b0405b1d2a5bb39d1a9423d9fa7a1d 100755 (executable)
@@ -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