How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "smogork/archlinux-rdp"
end
vagrant init smogork/archlinux-rdp
vagrant up
This version was created 4 months ago.
Ldap and NFS utils added. Box now contains nvram.fd file which should be attache to boot properly (libvirt.nvram). Image is created for UEFI virtual machines.
This version was created 4 months ago.
Experimental UEFI support. NVRAM file attached inside box.
This version was created 5 months ago.
Disabling network-manager and using dhcpcd
This version was created 5 months ago.
Adding qemu-ga and netctl
This version was created 5 months ago.
Initial version. Can connect to rdp as vagrant user.