#! /bin/sh
#
# single -- prepare for single-user mode.

[ X"$1" = X"start" ] || exit 0

# mount / and /proc
mount -n -o remount,rw /
mount /proc

# and get update humming
. /etc/rc.d/functions/start-update
