Make a FreeBSD instance within FreeBSD with Jail...

2009-07-12 Thread Diego Montalvo
I had a hosting company which allowed me to run my own apps in an instance of a jail what if I wanted to make a dynamic jail that has its predefined softwares installed? How does one go about duplicating this dynamically? Like on demand? ___

Re: Make a FreeBSD instance within FreeBSD with Jail...

2009-07-12 Thread Glen Barber
On Sun, Jul 12, 2009 at 9:20 AM, Diego Montalvodmonta...@gmail.com wrote: I had a hosting company which allowed me to run my own apps in an instance of a jail what if I wanted to make a dynamic jail that has its predefined softwares installed? The jail(8) utility creates virtualized instances

Re: Make a FreeBSD instance within FreeBSD with Jail...

2009-07-12 Thread Glen Barber
On Sun, Jul 12, 2009 at 9:33 AM, Diego Montalvodmonta...@gmail.com wrote: so I have all this configured jail and needs to be recreated on the push of a button, can it be done? Yes, through a script usually. -- Glen Barber ___

Re: Make a FreeBSD instance within FreeBSD with Jail...

2009-07-12 Thread Glen Barber
On Sun, Jul 12, 2009 at 9:36 AM, Diego Montalvodmonta...@gmail.com wrote: would it be a shell script? Yes. You should read the handbook. http://www.freebsd.org/handbook -- Glen Barber ___ freebsd-questions@freebsd.org mailing list

Re: Make a FreeBSD instance within FreeBSD with Jail...

2009-07-12 Thread Ruben de Groot
On Sun, Jul 12, 2009 at 06:20:55AM -0700, Diego Montalvo typed: I had a hosting company which allowed me to run my own apps in an instance of a jail what if I wanted to make a dynamic jail that has its predefined softwares installed? How does one go about duplicating this dynamically? Like on