summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 05:59:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 05:59:56 +0000
commit0f7bf00f81d39f6353ca94905fbede3e5b0ad99d (patch)
tree1a629a551ef9ad6487740c5b961eed0f21d73626 /etc/rc.initial
parent209309ac909a41c2822538fd537ac6a6952362d7 (diff)
downloadpfsense-0f7bf00f81d39f6353ca94905fbede3e5b0ad99d.zip
pfsense-0f7bf00f81d39f6353ca94905fbede3e5b0ad99d.tar.gz
Add installer.lua
and installer
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 1749f54..81cf318 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -98,9 +98,12 @@ case ${opmode} in
10)
/usr/sbin/tcpdump -n -e -ttt -i pflog0
;;
-installer)
+installer.lua)
/scripts/lua_installer
;;
+installer)
+ /scripts/installer
+ ;;
99)
if grep "$WORD" "$CONFIG"
then
OpenPOWER on IntegriCloud