summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-01 21:56:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-01 21:56:56 +0000
commitf4feb493f2a30c65375b5b994471417150ce200c (patch)
tree9dd005d357a62a7981e801c87f30943902f99bd5 /etc/rc.initial
parent3264c13b6c063587da04d1ebe7089dab8aaa2ce9 (diff)
downloadpfsense-f4feb493f2a30c65375b5b994471417150ce200c.zip
pfsense-f4feb493f2a30c65375b5b994471417150ce200c.tar.gz
Add firmware update menu option which can fetch a URL from the internet or use a already fetched file from the file system.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 66bab08..51258c8 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -77,6 +77,7 @@ echo " 9) PFtop"
echo "10) Filter Logs"
echo "11) Restart webConfigurator"
echo "12) pfSense PHP shell"
+echo "13) Upgrade from console"
for i in /var/db/pfi/capable_*; do
if [ -f $i -a ! -L /cf/conf ]; then
echo "98) Move configuration file to removable device"
@@ -134,7 +135,10 @@ case ${opmode} in
12)
/usr/local/sbin/pfSsh.php
;;
-13)
+13)
+ /etc/rc.initial_firmware_update
+ ;;
+14)
/etc/rc.banner
;;
98)
OpenPOWER on IntegriCloud