From 54f1ad2862efc3eafa131ecb69e8aaa15557fa6e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 20 Mar 2005 18:49:34 +0000 Subject: Mount card back after rc.bootup --- etc/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/rc b/etc/rc index 879be29..eb6ba3c 100755 --- a/etc/rc +++ b/etc/rc @@ -69,6 +69,8 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp # let the PHP-based configuration subsystem set up the system now /etc/rc.bootup +/usr/local/bin/php -f /etc/rc.conf_mount_rw + echo Starting Secure Shell Services... /etc/sshd -- cgit v1.1