How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "techneg/tkl17-x64-nocm"
config.vm.box_version = "2023.8.37"
end
vagrant init techneg/tkl17-x64-nocm \
--box-version 2023.8.37
vagrant up
This version was created about 1 year ago.
There isn't a description.