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