Give people a chance to do things before fsck is run.

MFC after:	2 weeks
This commit is contained in:
Poul-Henning Kamp 2001-09-26 06:17:25 +00:00
parent 364f9ab989
commit c36b0a4edb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83957

6
etc/rc
View File

@ -181,6 +181,12 @@ esac
swapon -a
# Last chance to do things before potentially waiting for
# operator to do fsck related tasks
if [ -r /etc/rc.early ]; then
. /etc/rc.early
fi
case ${bootmode} in
autoboot)
echo 'Automatic boot in progress...'