How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "beubi/xenial64"
config.vm.box_version = "0.1.0"
end
vagrant init beubi/xenial64 \
--box-version 0.1.0
vagrant up
This version was created about 8 years ago.
Followed: https://github.com/obnoxxx/vagrant-lxc-base-boxes @ e1016fe6eb45c3ba3edd7eecb7b49bd7f4d4b20b
ADDPACKAGES="libnss-myhostname libpam-systemd vim" make xenial