How to include VIM in FreeBSD base system so that all jails automatically have it

Hi there,

As I don't want to install vim individually in each jail, it would be time saving to include it in the base system, so that each time a jail is created it is automatically available in it.

Thx
 
I prefer to have a preconfigured jail-template for new jails.
Just setup the new jail, configure it as you want, and just copy preconfigured jail to new jail destination.
You can use pax() or rsync for making a copy of a directory tree which contains jail-template.
 
Back
Top