You are not logged in.
Hi,
I'm trying to figure out how to install a couple of devuan (bare minimum) virtual machines. I like to avoid having to actually run the devuan installer on each virtual machine. Just run a command and there is a new devuan virtual machine which is configured (IP address etc) and ready to start.
On debian i've used xen-create-image, but devuan is not supported.
I've looked at disk-image-create and various other tools but I could not find one which supports devuan.
I came across https://git.devuan.org/devuan-sdk/vm-sdk.git but when I tried that it complained about dpkgdivert missing and some other errors.
I think this one looks promising but the documentation is very poor so I'm kind of lost on how to use it an how to diagnose those errors.
Is there any tool which can create a devuan virtual machine? Either KVM or Xen would be ok.
Thanks.
Offline
After having a look in /usr/share/xen-tools/debian.d it looks trivial to add support for devuan to xen-create-image so I think I'm going to try that first.
Offline
Doh... Seems it is supported: https://wiki.xen.org/wiki/How_to_instal … 4.4#Devuan
Offline
Those instructions were written around five years ago. One thing which I spotted is that the mirror should probably be updated from :-
mirror = http://packages.devuan.org/merged
to:-
mirror = http://deb.devuan.org/merged
Geoff
Offline
The first few posts in the thread "Xen and the art of VM" describe using debootstrap to install an image.
https://dev1galaxy.org/viewtopic.php?id=2556
The thread then goes off describing how to try out other ways of installing, if you want to look at installers!
I hope that the first few posts are still relevant.
Geoff
Offline
Thanks! I'll read them and try to get something working.
Offline
Hi,
I'm trying to figure out how to install a couple of devuan (bare minimum) virtual machines. I like to avoid having to actually run the devuan installer on each virtual machine. Just run a command and there is a new devuan virtual machine which is configured (IP address etc) and ready to start.
[...]Thanks.
Hello
I use vagrant, wich is very easy to use with Vbox provider and also posible to do it with Kvm witha bit of love.
there are some boxes ready for use:
https://app.vagrantup.com/boxes/search? … =&q=devuan
http://mirror.fra10.de.leaseweb.net/dev … agrant.box
o/
Offline
The first few posts in the thread "Xen and the art of VM" describe using debootstrap to install an image.
I used the method described here to install a xen image. Works very well. Thanks.
Offline