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

Collapse All | Expand All

(-)initrd.scripts.org (+4 lines)
Lines 92-97 Link Here
92
			# Check for a block device to mount
92
			# Check for a block device to mount
93
			if [ -b "${x}" ]
93
			if [ -b "${x}" ]
94
			then
94
			then
95
				if [ -e "${x}1" -a -b "${x}1" ]
96
				then
97
					continue
98
				fi
95
				good_msg "Attempting to mount media:- ${x}" ${CRYPT_SILENT}
99
				good_msg "Attempting to mount media:- ${x}" ${CRYPT_SILENT}
96
100
97
#				if [ "${media}" = "cdrom" ]; then
101
#				if [ "${media}" = "cdrom" ]; then

Return to bug 212794