View | Details | Raw Unified | Return to bug 11806
Collapse All | Expand All

(-)a/startup/rc.d/rc.sysinit (-1 / +1 lines)
Lines 185-191 fi Link Here
185
185
186
# Remount the root filesystem read-write
186
# Remount the root filesystem read-write
187
splash_update remount 2
187
splash_update remount 2
188
action "Remounting root filesystem in read/write mode:" mount -n -o remount,rw /
188
action "Remounting root filesystem in read/write mode:" ${REMOUNT_ROOT_RW:-mount -n -o remount,rw /}
189
189
190
# The root filesystem is now read-write, so we can now log via syslog() directly
190
# The root filesystem is now read-write, so we can now log via syslog() directly
191
[ -z "$IN_INITLOG" ] || IN_INITLOG=
191
[ -z "$IN_INITLOG" ] || IN_INITLOG=

Return to bug 11806