#!/bin/sh
#
# Set up system inittab file for automatic operation
#
cp /etc/inittab.full_auto /etc/inittab
#
echo "Rover is set for automatic operation. Reboot required."
echo "Type \"reboot\" to reboot the system, or power-cycle."
#
