robox icon indicating copy to clipboard operation
robox copied to clipboard

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.

Results 68 robox issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Elkhan Mammadli

I am playing arount with a new M1 processor and try to find out what is possible and what it's not. It seems that vagrant + the parallels plugin already...

First pass at removing hardcoded DNS servers so these boxes can use the DHCP-supplied DNS server. Closes #54

Debian developer here speaking, while looking at https://github.com/lavabit/robox/blob/master/http/generic.debian11.vagrant.cfg I noticed one setting installer config, which are not strictly required by Vagrant, and also diverges for a standard Debian install for...

Hi, Any particular reason why the hyper-v boxes are all generation 1?

Developers are having luck generating macOS boxes using this tool called macinabox! https://github.com/bacongravy/macinbox

Hi, I'm cross-posting this issue from https://github.com/hashicorp/vagrant/issues/11256 Basically, everytime I try to use your image, it fails with a random network access issue in the guest. ### Vagrant version `Vagrant...

From the readme: "If you represent a public cloud, and would like to provide infrastructure support, please contact us directly, or open a ticket." I have a two spare servers...

This config sets the IP-address of the secondary interface in devuan3 (and in most other boxes), but it does not do so in devuan1+2: ~~~ Vagrant.configure("2") do |config| ... config.vm.network...

Debian supports a variety of architectures, not just amd64. Could we get some boxes going for aarch64 (arm64), ppc64[el], and so on?