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