mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Mount rw before rc.bootup
This commit is contained in:
parent
00b20405f5
commit
aa26bd2764
4
etc/rc
4
etc/rc
@ -97,11 +97,11 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
|
||||
# Run ldconfig
|
||||
/sbin/ldconfig -elf /usr/lib /usr/local/lib /lib
|
||||
|
||||
/usr/local/bin/php -f /etc/rc.conf_mount_rw
|
||||
|
||||
# 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 -n Starting Secure Shell Services...
|
||||
/etc/sshd
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user