Skip to main content
Topic: Vagrant plugin for Artix Hosts (Read 291 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Vagrant plugin for Artix Hosts

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-artix

It'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!