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

(-)localmount (-2 / +2 lines)
Lines 58-65 Link Here
58
58
59
	. "$RC_LIBEXECDIR"/sh/rc-mount.sh
59
	. "$RC_LIBEXECDIR"/sh/rc-mount.sh
60
60
61
	# Umount loopback devices
61
	# Umount loop devices
62
	einfo "Unmounting loopback devices"
62
	einfo "Unmounting loop devices"
63
	eindent
63
	eindent
64
	do_unmount "umount -d" --skip-point-regex "$no_umounts_r" \
64
	do_unmount "umount -d" --skip-point-regex "$no_umounts_r" \
65
		--node-regex "^/dev/loop"
65
		--node-regex "^/dev/loop"

Return to bug 354805