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
# Download and verify iso | |
gpg --verify archlinux-2017.01.01-dual.iso.sig | |
# Burn iso to USB | |
dd if=archlinux-*.iso of=/dev/sdX bs=16M && sync | |
# Boot usb image and set root passwd (this is a temp password used for install only) | |
passwd | |
# Ensure time is correct |