Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401573 | Differences between
and this patch

Collapse All | Expand All

(-)a/init.d/localmount.in (-1 / +6 lines)
Lines 24-29 start() Link Here
24
		no_netdev="-O no_netdev"
24
		no_netdev="-O no_netdev"
25
	fi
25
	fi
26
	ebegin "Mounting local filesystems"
26
	ebegin "Mounting local filesystems"
27
28
	# if /usr is mountpoint and is mounted read-only, remount it read-write.
29
	if mountinfo -q /usr && mountinfo -q -o ro /usr; then
30
		mount -o remount,rw /usr
31
	fi
32
27
	mount -at "$types" $no_netdev
33
	mount -at "$types" $no_netdev
28
	eend $? "Some local filesystem failed to mount"
34
	eend $? "Some local filesystem failed to mount"
29
35
30
- 

Return to bug 401573