From d026194ce73a6905e92526df4c5b68dc724e2c2e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 25 Aug 2006 21:11:20 +0000 Subject: [PATCH] Do not mount / for writing twice. It's already mounted and slows down the boot process. --- etc/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index 74a56b294f..f60a96fdd4 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`