#! /bin/sh

source /etc/profile

# Don't use scripts. Just use mount -a for fast boot.
/bin/mount -avt nonfs,nosmbfs

#if [ -e /etc/readahead_early ]; then
#    echo Start readahead /etc/readahead_early
#    busybox readahead `cat /etc/readahead_early` &
#fi

#      Run /etc/rc.d/rc.local if it exists
[ -x /etc/rc.d/rc.local ] && /etc/rc.d/rc.local
