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`