summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-17 03:21:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-17 03:21:19 +0000
commitc613b74f77679d78c4ba7cf9d3a17173e6e3dfd1 (patch)
tree3c72ddbfb65eb11826ee17df9173363845c2a49e /etc/rc
parent31849b900f54b8c03ba6b729071cd542674beb5f (diff)
downloadpfsense-c613b74f77679d78c4ba7cf9d3a17173e6e3dfd1.zip
pfsense-c613b74f77679d78c4ba7cf9d3a17173e6e3dfd1.tar.gz
Add rc.embedded for embedded bootup specific instructions similar to rc.cdrom
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc b/etc/rc
index 5875078..f79400e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -23,10 +23,6 @@ export HOME PATH
# Set our current version
version=`cat /etc/version`
-if [ "$PLATFORM" = "wrap" ]; then
- /etc/rc.d/uzip start
-fi
-
echo
cat /etc/ascii-art/pfsense-logo-small.txt
echo
@@ -38,6 +34,10 @@ if [ "$PLATFORM" = "cdrom" ]; then
/etc/rc.cdrom
fi
+if [ "$PLATFORM" = "wrap" ]; then
+ /etc/rc.embedded
+fi
+
# Enable console output if its muted.
/sbin/conscontrol mute off >/dev/null
OpenPOWER on IntegriCloud