How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "BaseALT/alt-workstation-sisyphus-amd64"
config.vm.box_version = "1.2.0"
end
vagrant init BaseALT/alt-workstation-sisyphus-amd64 \
--box-version 1.2.0
vagrant up
This version was created about 4 years ago.
Consult the README in alt-packer repository before using image. Built using: https://github.com/altlinuxteam/alt-packer/ File issues to: https://github.com/altlinuxteam/alt-packer/issues