boot
First Boot
- Enter the passphrase for the encrypted LVM
- Login as jammy
- Set the keyboard to German
- sudo localectl set-x11-keymap de
- Set up wifi connection*
- iwctl - see above
- install curl
- sudo pacman -Syu curl
- Test connection with curl
- curl google.com
- Install bash-completion -> helps with command completion
- sudo pacman -Syu bash-completion