How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "paledega/devuan"
config.vm.box_version = "4"
end
vagrant init paledega/devuan \
--box-version 4
vagrant up
This version was created almost 2 years ago.
devuan 4 (minbase)
Created by https://gist.github.com/sulincix/0ca4af4619d25c21d39466bae31a8e14