This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://ftp.nluug.nl/os/Linux/distr/archlinux/iso/2019.12.01/archlinux-2019.12.01-x86_64.iso | |
# Write image to a usb-drive | |
dd if=archlinux-2019.12.01-x86_64.iso of=/dev/sda bs=4M status=progress oflag=sync | |
# Disable secure boot in BIOS. Switch to AHCI if SCSI is enabled. | |
# Boot from USB. | |
# This assumes a wifi only system... | |
wifi-menu | |
# Create partitions |