Revert last commit .. This might not work on Nano

This commit is contained in:
Scott Ullrich 2010-05-05 19:18:12 -04:00
parent d8d5e511a2
commit 257c5205bb

2
etc/rc
View File

@ -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