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

Collapse All | Expand All

(-)/sbin/splash.orig (-1 / +1 lines)
Lines 95-101 Link Here
95
	paint_progress
95
	paint_progress
96
elif [ "$1" == "verbose" ]; then
96
elif [ "$1" == "verbose" ]; then
97
	if [[ "$(splash_get_mode)" == "silent" ]]; then
97
	if [[ "$(splash_get_mode)" == "silent" ]]; then
98
		/usr/bin/chvt 1	
98
		splash_comm_send "set mode verbose"	
99
	fi
99
	fi
100
else
100
else
101
	if [[ "$(splash_get_mode)" == "silent" ]]; then
101
	if [[ "$(splash_get_mode)" == "silent" ]]; then

Return to bug 85565