#!/bin/bash -e
. get_root
touch /forcefsck
echo '@reboot root rm -f /etc/cron.d/haltonce && /sbin/halt' > /etc/cron.d/haltonce
reboot
