Configure ccd devices before the filesystem checks, as suggested by

Thomas Eberhardt in PR #1408.
This commit is contained in:
thorpej 1995-08-27 20:30:53 +00:00
parent 70c3710dfd
commit 4e7f37f974

8
etc/rc
View File

@ -1,5 +1,5 @@
# from: @(#)rc 8.2 (Berkeley) 3/17/94
# $Id: rc,v 1.49 1994/11/04 13:27:32 briggs Exp $
# $Id: rc,v 1.50 1995/08/27 20:30:53 thorpej Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -17,6 +17,12 @@ HOME=/; export HOME
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
# Configure ccd devices.
if [ -f /etc/ccd.conf ]
then
ccdconfig -C
fi
if [ -e /fastboot ]
then
echo "Fast boot: skipping disk checks."