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/keymaps (+7 lines)
Lines 19-24 Link Here
19
start() {
19
start() {
20
	local WINDOWKEYS_KEYMAP=
20
	local WINDOWKEYS_KEYMAP=
21
	
21
	
22
	if [ -n "$(grep 'UML' /proc/cpuinfo)" ]
23
	then
24
		ebegin "Loading key mappings"
25
		eend 0 "Detected UML Environment; ignoring"
26
		return 0
27
	fi
28
22
	checkconfig || return 1
29
	checkconfig || return 1
23
30
24
	# Force linux keycodes for PPC ...
31
	# Force linux keycodes for PPC ...

Return to bug 29707