#!/bin/sh
case "$1" in
    prereqs)
        echo ""
        exit 0
        ;;
esac

mv /bin/run-init /bin/run-init.real
ln -s chroot /bin/run-init
