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

Collapse All | Expand All

(-)initrd.scripts.orig (+5 lines)
Lines 326-332 Link Here
326
	then
326
	then
327
		eval $1 >/dev/null 2>/dev/null
327
		eval $1 >/dev/null 2>/dev/null
328
	else
328
	else
329
		splash 'verbose' > /dev/null &
329
		eval $1
330
		eval $1
331
		if [ $? -eq 0 ]
332
		then
333
			splash set_msg 'Disk unlocked.'
334
		fi
330
	fi
335
	fi
331
}
336
}
332
337

Return to bug 268468