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

Collapse All | Expand All

(-)/etc/init.d/consolefont (-1 / +6 lines)
Lines 10-16 Link Here
10
10
11
start() {
11
start() {
12
	local retval=1
12
	local retval=1
13
	if [ -n "${CONSOLEFONT}" ]
13
	if [ -n "$(grep 'UML' /proc/cpuinfo)" ]
14
	then
15
		ebegin "Setting user font"
16
		eend 0 "Detected UML Environment; ignoring"
17
		return 0
18
	elif [ -n "${CONSOLEFONT}" ]
14
	then
19
	then
15
		# Getting additional parameters, ie consoletranslation
20
		# Getting additional parameters, ie consoletranslation
16
		local param=""
21
		local param=""

Return to bug 29707