s390: *_cio_free needs "seq"

This commit is contained in:
Harald Hoyer 2010-02-15 18:08:11 +01:00
parent 7800cc247e
commit 8c8cd69d32
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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