summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-13 18:05:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-13 18:05:32 +0000
commitf446f81768f7592de0f6b9e2cd792f6746ec21c1 (patch)
treeb9ea638abf41043b456823c7bf15c9af7c992079 /etc/rc.initial
parentabe71710c305244f18d564391188760d60f38c4d (diff)
downloadpfsense-f446f81768f7592de0f6b9e2cd792f6746ec21c1.zip
pfsense-f446f81768f7592de0f6b9e2cd792f6746ec21c1.tar.gz
Modify installer to be invoked from option 99
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 15fc396..44d2b4e 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -57,10 +57,9 @@ echo " 7) Ping host"
echo " 8) Shell"
echo " 9) PFtop"
echo "10) Traffic Logs"
-echo
if [ "$PLATFORM" = "cdrom" ]; then
- echo "Run installer to install pfSense to your local hard disk."
+ echo "99) Install pfSense to a hard drive/memory drive, etc."
echo
fi
@@ -103,10 +102,10 @@ case ${opmode} in
10)
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
-installer)
+99)
/scripts/lua_installer
;;
-99)
+100)
if grep "$WORD" "$CONFIG"
then
links "https://localhost"
OpenPOWER on IntegriCloud