Hi,
I have installed slackware 2 days ago and I'm impressed. It's a lot of work, but I like it to configure my linux.
I've encrypted my home folder/partition and swap space with cryptsetup.
Every time during the boot process I have to enter the password. That's not the problem, but the keyboard layout is US, but during the installation i set it to german-latin1.
This is the content of my /etc/rc.d/rc.keymap
Code:
#!/bin/sh
# Load the keyboard map. More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys de-latin1.map
fi
when boot process ended and I have to enter my username and password (at the console/getty), the keymap changed to the correct german settings.
I installed the login manager SLiM (great manager). If I change the runlevel to 4 and linux starts slim the keymap is US. After the login it changes to german.
I'm very confused and I don't know how to change it. Can you give me some hints ?