How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "paledega/pardus21-dev"
config.vm.box_version = "21.x"
end
vagrant init paledega/pardus21-dev \
--box-version 21.x
vagrant up
This version was created over 2 years ago.
There isn't a description.