#! /bin/sh

. "`dirname $0`/rcdefs"

# Only directories in the root file system should be in the PATH
PATH=/sbin:/bin

# Enable reboot by the three finger salute.
ctrlaltdel hard

FindMounts

SendSignal TERM $list
SleepTerm
SendSignal KILL $list
SleepKill

BOOTLOG= Print -n "Unmounting file systems... "
sync
${BIN_UMOUNT} -a
BOOTLOG= Print "done."
