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

Collapse All | Expand All

(-)local.start.orig (-1 / +1 lines)
Lines 12-18 Link Here
12
[ -f /proc/splash ] && \
12
[ -f /proc/splash ] && \
13
	# switch to a usable image on all consoles \
13
	# switch to a usable image on all consoles \
14
	for TTY in `seq 0 5`; \
14
	for TTY in `seq 0 5`; \
15
		do /usr/bin/splash -s -u $TTY /usr/share/bootsplash-PV/gentoo-console-1280x1024.cfg; \
15
		do /usr/bin/splash -s -u $TTY /usr/share/bootsplash-PV/bootsplash.cfg; \
16
	done; \
16
	done; \
17
	# clear the screen \
17
	# clear the screen \
18
	/usr/bin/clear
18
	/usr/bin/clear

Return to bug 17759