*** rc.sysinit.orig Tue Dec 30 10:31:33 1997 --- rc.sysinit Fri Feb 5 16:00:40 1999 *************** *** 32,37 **** --- 32,43 ---- domainname "" fi + echo "-----------------------------------------------------------------------------" + echo "Starting RAID devices..." + mdadd -a + mdrun -a + echo "-----------------------------------------------------------------------------" + if [ -f /fsckoptions ]; then fsckoptions=`cat /fsckoptions` else *************** *** 47,56 **** # A return of 2 or higher means there were serious problems. if [ $rc -gt 1 ]; then echo - echo echo "*** An error occurred during the file system check." echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." PS1="(Repair filesystem) #"; export PS1 sulogin --- 53,64 ---- # A return of 2 or higher means there were serious problems. if [ $rc -gt 1 ]; then echo echo "*** An error occurred during the file system check." echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." + echo "***" + echo "*** Read /etc/raid.d/README for RAID recovery procedures" + echo "***" PS1="(Repair filesystem) #"; export PS1 sulogin *************** *** 147,152 **** --- 155,163 ---- echo "*** An error occurred during the file system check." echo "*** Dropping you to a shell; the system will reboot" echo "*** when you leave the shell." + echo "***" + echo "*** Read /etc/raid.d/README for RAID recovery procedures" + echo "***" PS1="(Repair filesystem) #"; export PS1 sulogin