From fd81cdc4802d613cabc95e0067aebc3a864d102c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 24 Aug 2004 13:56:07 +0000 Subject: - configure all zfcp (scsi over fibrechannel) devices before trying to mount them (mainframe) --- rc.d/rc.sysinit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2b021402..4dfbf465 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -439,6 +439,10 @@ mount -f /dev/pts [ -f /proc/bus/usb/devices ] && mount -f -t usbdevfs usbdevfs /proc/bus/usb [ -e /dev/.devfsd ] && mount -f -t devfs devfs /dev +# configure all zfcp (scsi over fibrechannel) devices before trying to mount them +# zfcpconf.sh exists only on mainframe +[ -x /sbin/zfcpconf.sh ] && /sbin/zfcpconf.sh + # The root filesystem is now read-write, so we can now log # via syslog() directly.. if [ -n "$IN_INITLOG" ]; then -- cgit