diff options
author | Karsten Hopp <karsten@redhat.com> | 2004-08-24 13:56:07 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.com> | 2004-08-24 13:56:07 +0000 |
commit | fd81cdc4802d613cabc95e0067aebc3a864d102c (patch) | |
tree | f349ba0601a8f3b864043f55a9d371ad56ce308c /rc.d/rc.sysinit | |
parent | 69ed8e952e7bd9c7c9bf3d4eee42e15d012dc315 (diff) | |
download | initscripts-fd81cdc4802d613cabc95e0067aebc3a864d102c.tar initscripts-fd81cdc4802d613cabc95e0067aebc3a864d102c.tar.gz initscripts-fd81cdc4802d613cabc95e0067aebc3a864d102c.tar.bz2 initscripts-fd81cdc4802d613cabc95e0067aebc3a864d102c.tar.xz initscripts-fd81cdc4802d613cabc95e0067aebc3a864d102c.zip |
- configure all zfcp (scsi over fibrechannel) devices before trying to mount them (mainframe)r7-68
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 4 insertions, 0 deletions
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 |