#! /bin/sh

PATH="/sbin:/bin:/usr/sbin:/usr/bin"

echo "Entering single-user mode..."
exec init -t1 S
