Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33676
Collapse All | Expand All

(-)halt.sh (-1 / +1 lines)
Lines 150-156 Link Here
150
	local x=
150
	local x=
151
	local retval=0
151
	local retval=0
152
	
152
	
153
	for x in `awk '$1 != "none" { print $2 }' /proc/mounts | sort -r`
153
	awk '$1 != "none" { print $1,$2 }' /proc/mounts | sort -r | while read x
154
	do
154
	do
155
		mount -n -o remount,ro ${x} &>/dev/null
155
		mount -n -o remount,ro ${x} &>/dev/null
156
		retval=$((${retval} + $?))
156
		retval=$((${retval} + $?))

Return to bug 33676