#! /bin/sh
# emulate "traditional" runlevel starting.
export RUNLEVEL=$1
export PREVLEVEL=$2
export MINIT=yes
exec /etc/minit/rc.minit
