Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-17 Thread Jeff Bonhag
Hi, I think the answer is "it depends." :) In most cases it's fine, but there may be issues when the versions don't match (such as with shared folders). I can offer a couple of suggestions in the context of Vagrant: - Using a Vagrant box that includes the latest guest additions (such as

Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-16 Thread BDutta
On Tuesday, March 17, 2020 at 1:29:01 AM UTC+5:30, BDutta wrote: > > > On Monday, March 16, 2020 at 8:07:38 PM UTC+5:30, Jeff Bonhag wrote: >> >> Hi there, >> >> The generic boxes are maintained by https://roboxes.org/ (see >> https://app.vagrantup.com/generic). That organization maintains a set

Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-16 Thread BDutta
On Monday, March 16, 2020 at 8:07:38 PM UTC+5:30, Jeff Bonhag wrote: > > Hi there, > > The generic boxes are maintained by https://roboxes.org/ (see > https://app.vagrantup.com/generic). That organization maintains a set of > Packer templates for each provider. For example, here is their

Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-16 Thread Jeff Bonhag
Hi there, The generic boxes are maintained by https://roboxes.org/ (see https://app.vagrantup.com/generic). That organization maintains a set of Packer templates for each provider. For example, here is their builder for VirtualBox/CentOS 7:

Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-16 Thread BDutta
Thanks for the response. It there a way to know if the generic/centos7 box is built using CentOS7 'minimal' image or 'full image' ? Is there some box specific metadata that is available or a way to check for this information with the box publisher ? On Monday, March 16, 2020 at 4:33:06 AM

Re: [vagrant-up] Can (and how) additional OS rpms be added to generic/centos7 or generic/rhel7 Vagrant boxes ?

2020-03-15 Thread Alvaro Miranda Aguilera
hello in general: you can run scripts and install the software you need. https://www.vagrantup.com/docs/provisioning/shell.html if the process is too slow, you can build your own boxes ready to use. Alvaro On Sat, Mar 14, 2020 at 9:39 PM BDutta wrote: > Hi, > > Absolute Vagrant newbie here.