summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-25 21:11:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-25 21:11:20 +0000
commitd026194ce73a6905e92526df4c5b68dc724e2c2e (patch)
treeb73ec9622d0b6db9a0692ece263fa44796dae8ad /etc/rc
parenta5c0b6c71e4e4768e5d4d40b8de251592c068026 (diff)
downloadpfsense-d026194ce73a6905e92526df4c5b68dc724e2c2e.zip
pfsense-d026194ce73a6905e92526df4c5b68dc724e2c2e.tar.gz
Do not mount / for writing twice. It's already mounted and slows down the boot process.
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 74a56b2..f60a96f 100755
--- a/etc/rc
+++ b/etc/rc
@@ -67,7 +67,7 @@ fi
if [ "$PLATFORM" = "cdrom" ] ; then
# do nothing for cdrom platform
elif [ "$PLATFORM" = "embedded" ] ; then
- /usr/local/bin/php -f /etc/rc.conf_mount_rw
+ #/usr/local/bin/php -f /etc/rc.conf_mount_rw
else
SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1`
OpenPOWER on IntegriCloud