summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.initial
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 15:27:09 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 15:27:09 -0300
commit60f164f33ea3248c22b2924e4f929539a04febbe (patch)
tree210efc483f3c920b902b61b4f1e0a326fa68761a /src/etc/rc.initial
parentf68a881cc60df0209a6169cf2b74d593968950eb (diff)
downloadpfsense-60f164f33ea3248c22b2924e4f929539a04febbe.zip
pfsense-60f164f33ea3248c22b2924e4f929539a04febbe.tar.gz
Retire cdrom platform support
Diffstat (limited to 'src/etc/rc.initial')
-rwxr-xr-xsrc/etc/rc.initial15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/etc/rc.initial b/src/etc/rc.initial
index 9d87a44..9ce1ac8 100755
--- a/src/etc/rc.initial
+++ b/src/etc/rc.initial
@@ -88,10 +88,6 @@ for i in /var/db/pfi/capable_*; do
fi
done
-if [ "$PLATFORM" = "cdrom" ]; then
- option99="99) Install ${product} to a hard drive, etc."
-fi
-
# display a cheap menu
echo ""
echo " 0) Logout (SSH only) 9) pfTop"
@@ -105,10 +101,6 @@ echo " 7) Ping host 16) Restart PHP-FPM"
echo " 8) Shell"
echo " ${option98} "
-if [ "${option99}" != "" ]; then
- /bin/echo "${option99}"
-fi
-
echo
read -p "Enter an option: " opmode
echo
@@ -171,13 +163,6 @@ case ${opmode} in
/etc/rc.initial.store_config_to_removable_device
fi
;;
-99)
- if [ -e /dev/ukbd0 ]; then
- env TERM=xterm /scripts/lua_installer
- else
- /scripts/lua_installer
- fi
- ;;
100)
if grep "$WORD" "$CONFIG"; then
links "https://localhost"
OpenPOWER on IntegriCloud