Hi! I remastered Knoppix so it would accept a "lang=pt" (Portuguese keyboard) option on boot time. I edited /etc/init.d/knoppix-autoconfig and inserted these lines:

LANGUAGE="pt"
COUNTRY="pt"
LANG="pt"
KEYTABLE="pt-latin1"
XKEYBOARD="pt"
KDEKEYBOARD="pt"
CHARSET="iso8859-15"
# Additional KDE Keyboards
KDEKEYBOARDS="us,de,fr"
;;

Everything works fine on the console, but X starts with a diferent keyboard layout! How can I tell X to start with a Portuguese keyboard (pt) from the boot prompt? (without saving configuration on configs.tbz)

Are the following lines on /etc/init.d/knoppix-autoconfig right?!:

XKEYBOARD="pt"
KDEKEYBOARD="pt"
CHARSET="iso8859-15"

Thank you.
PX.