From 665e07b8fcc6ad4a7749c9d383ab08c89bba146b Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 14 Aug 2004 19:20:06 +0000 Subject: Standarized de Spanish keymap example. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4039 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/console.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07/console.xml') diff --git a/chapter07/console.xml b/chapter07/console.xml index 566ef6a56..dd6103f51 100644 --- a/chapter07/console.xml +++ b/chapter07/console.xml @@ -44,11 +44,11 @@ FONT="[arguments for setfont]" EOF E.g., for Spanish users who also want to use the Euro character -(accessible by pressing Alt+E), +(accessible by pressing AltGr+E), the following settings are correct: cat >/etc/sysconfig/console <<"EOF" -KEYMAP="es euro" +KEYMAP="es euro2" FONT="lat9-16 -u iso01" EOF -- cgit v1.2.3-54-g00ecf