diff --git a/src/etc/rc.initial b/src/etc/rc.initial index fc316ab23..4e455ba92 100755 --- a/src/etc/rc.initial +++ b/src/etc/rc.initial @@ -26,15 +26,13 @@ while : ; do set -e echo - -echo " 0) Logout 7) Ping host" -echo " 1) Assign Interfaces 8) Shell" -echo " 2) Set interface(s) IP address 9) pfTop" -echo " 3) Reset the root password 10) Filter Logs" -echo " 4) Reset to factory defaults 11) Restart web interface" -echo " 5) Power off system 12) Upgrade from console" -echo " 6) Reboot system 13) Restore a configuration" - +echo " 0) Logout 7) Ping host" +echo " 1) Assign Interfaces 8) Shell" +echo " 2) Set interface(s) IP address 9) pfTop" +echo " 3) Reset the root password 10) Filter Logs" +echo " 4) Reset to factory defaults 11) Restart web interface" +echo " 5) Power off system 12) Upgrade from console" +echo " 6) Reboot system 13) Restore a configuration" echo read -p "Enter an option: " OPCODE echo