diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-25 21:11:20 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-25 21:11:20 +0000 |
commit | d026194ce73a6905e92526df4c5b68dc724e2c2e (patch) | |
tree | b73ec9622d0b6db9a0692ece263fa44796dae8ad /etc/rc | |
parent | a5c0b6c71e4e4768e5d4d40b8de251592c068026 (diff) | |
download | pfsense-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-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |