summaryrefslogtreecommitdiff
blob: 0c51b767ba4342ebe9e8d5c0355a811b18daa06a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#RCUPDATE:boot:15:This line is required for script management
. /etc/rc.d/config/functions

# Mount local filesystems in /etc/fstab.
ebegin "Mounting local filesystems"
mount -avt nonfs,noproc 1>&2
eend $? "Problem mounting local filesystems."
touch /var/log/.boot