mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert last commit .. This might not work on Nano
This commit is contained in:
parent
d8d5e511a2
commit
257c5205bb
2
etc/rc
2
etc/rc
@ -66,7 +66,7 @@ echo -n "Mounting filesystems..."
|
||||
|
||||
# Mount /. If it fails run a fsck.
|
||||
if [ ! "$PLATFORM" = "cdrom" ] ; then
|
||||
/sbin/mount -a / || (/sbin/fsck -fy; /sbin/mount -uw /)
|
||||
/sbin/mount -uw / || (/sbin/fsck -fy; /sbin/mount -uw /)
|
||||
|
||||
# If /conf is a directory, convert it to a symlink
|
||||
# to /cf/conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user