diff options
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ echo -n "Mounting filesystems..." # Mount /. If it fails run a fsck. if [ ! "$PLATFORM" = "cdrom" ] ; then - /sbin/mount -uw / || (/sbin/fsck -fy; /sbin/mount -uw /) + /sbin/mount -a || (/sbin/fsck -fy; /sbin/mount -a) # If /conf is a directory, convert it to a symlink # to /cf/conf |