Update README.md
This commit is contained in:
parent
5561f77ee3
commit
98c5a04842
|
@ -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.**
|
||||
|
|
Loading…
Reference in New Issue