diff --git a/ArchLinux.md b/ArchLinux.md new file mode 100644 index 0000000..cf4abd4 --- /dev/null +++ b/ArchLinux.md @@ -0,0 +1,19 @@ +# Installatie van Arch Linux + +### Benodigd +* USB adapter met netwerk en USB-A +* USB-stick + +### Stappen +* Download de [ISO](https://archlinux.org/download/) +* Brandt de ISO op de USB-stick met [Raspberry Pi Imager](https://www.raspberrypi.com/software/) +* Start de TabPro van de USB-stick. Met F10 is de stick te selecteren. +* Connect de WiFi: +``` +# iwctl +[iwd]# station wlan0 scan +[iwd]# station wlan0 get-networks +[iwd]# station wlan0 connect vanriemsdijk27Box +Passphrase: ******** +[iwd]# Ctrl+d +```