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 almost 2 years 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 almost 2 years ago.
Experimental UEFI support. NVRAM file attached inside box.
This version was created almost 2 years ago.
Disabling network-manager and using dhcpcd
This version was created almost 2 years ago.
Adding qemu-ga and netctl
This version was created almost 2 years ago.
Initial version. Can connect to rdp as vagrant user.