summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
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