Vagrant plugin for Artix Hosts 29 March 2023, 20:41:05 Greetings, everyone.For my software development efforts I make use of Vagrant as a virtual machine manager (with Libvirt/Qemu) and I noticed the lack of somewhat native support for Artix Linux.After getting in touch with the Vagrant development team, I created a small gem to add support for Artix Hosts: it should support all the init systems that Artix supports (at least on paper, I tried to code anything that is not OpenRC by reading the documentation).You can find the source code here: https://github.com/Penaz91/vagrant-host-artixIt's also already available as a Ruby Gem and it can be installed directly from Vagrant.Hopefully this helps anyone who is having trouble with Vagrant on an Artix host! 3 Likes