$ ./installerFirst Log in as newly created user and then execute the playbook
$ ansible-playbook --ask-become-pass playbook.ymlCreate working bootable archlinux thumbdrive
# Identify the USB device
$ diskutil list
$ diskutil unmountDisk /dev/diskX
# USB flash installation media
$ dd if=path/to/arch.iso of=/dev/rdiskX bs=1m$ setfont latarcyrheb-sun32Guest addition where not installed
Update kernel version
$ sudo pacman -SyyThen update your linux
$ sudo pacman -S linuxReboot so new kernel loads. Then install linux-header.
$ sudo pacman -S linux-headersOr whichever kernel you want.
$ cd /opt/VBoxGuestAdditions-*/init
$ sudo ./vboxadd setup