#!/bin/sh
echo "~> Installing packages to be a virtualbox guest"
pacstrap /mnt virtualbox-guest-utils virtualbox-guest-modules-arch
amf_return=0