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

Collapse All | Expand All

(-)keymaps.orig (-1 / +3 lines)
Lines 36-42 Link Here
36
36
37
	# Turn on unicode if user wants it
37
	# Turn on unicode if user wants it
38
	if [[ ${UNICODE} == "yes" ]] ; then
38
	if [[ ${UNICODE} == "yes" ]] ; then
39
		/usr/bin/kbd_mode -u
39
		for n in $(seq 1 "${RC_TTY_NUMBER}") ; do
40
			/usr/bin/kbd_mode -u -C /dev/tty${n}
41
		done
40
	fi
42
	fi
41
43
42
	ebegin "Loading key mappings"
44
	ebegin "Loading key mappings"

Return to bug 192442