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