diff --git a/startup/rc.d/rc.sysinit b/startup/rc.d/rc.sysinit index 0dfd3b7..b3d3f3b 100755 --- a/startup/rc.d/rc.sysinit +++ b/startup/rc.d/rc.sysinit @@ -185,7 +185,7 @@ fi # Remount the root filesystem read-write splash_update remount 2 -action "Remounting root filesystem in read/write mode:" mount -n -o remount,rw / +action "Remounting root filesystem in read/write mode:" ${REMOUNT_ROOT_RW:-mount -n -o remount,rw /} # The root filesystem is now read-write, so we can now log via syslog() directly [ -z "$IN_INITLOG" ] || IN_INITLOG=