Do not mount / for writing twice. It's already mounted and slows down the boot process.

This commit is contained in:
Scott Ullrich 2006-08-25 21:11:20 +00:00
parent a5c0b6c71e
commit d026194ce7

2
etc/rc
View File

@ -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`