#!/bin/sh echo system halted. sync sleep 10 if [ -n "$RVNIT_WANT_REBOOT" ]; then reboot -f else halt -f fi