diff --git a/README.md b/README.md index 7b34747..41316e9 100644 --- a/README.md +++ b/README.md @@ -148,15 +148,17 @@ $ umount /mnt/home $ reboot **Enter encryption-password and login as root.** +**You have to set the keyboard one last time.** +$ loadkeys de **Set the keyboard to your preferred language permantently.** $ echo KEYMAP=de-latin1-nodeadkeys > /etc/vconsole.conf **Create a user with a /home-directory.** -$ useradd -m myusername +$ useradd -m $myusername **Set password for your user.** -$ passwd myusername +$ passwd $myusername **Add $myusername to group wheel for sudo access.** $ gpasswd -a $myusername wheel @@ -165,13 +167,14 @@ $ gpasswd -a $myusername wheel $ nano /etc/sudoers **Uncomment „%wheel ALL=(ALL) ALL“.** +** Don't forget to also delete the space between the # and %wheel.** **Logout as root.** $ exit **Login as you user.** -**Install SDDM and a minimal KDE Plasma.** +**Install SDDM and a minimal KDE Plasma. Select the default when unsure.** $ pacman -S sddm sddm-kcm plasma-desktop **Install KDE terminal for easier installation of packages in Plasma.**