Hello,
I have just performed a:-
Is it possible to simply copy /usr/jails/john to /usr/jails/sally or do I need to use the make installworld and make distribution to do it?
Can I simply tar.gz up the /usr/jails/john directory or does it contain hardcoded links?
The issue is that I need to create some jails on many machines and would like to avoid the compilation on each of the machines.
Best Regards,
I have just performed a:-
Code:
# cd /usr/src
# make buildworld
# make installworld DESTDIR=/usr/jails/john
# make distribution DESTDIR=/usr/jails/john
Is it possible to simply copy /usr/jails/john to /usr/jails/sally or do I need to use the make installworld and make distribution to do it?
Can I simply tar.gz up the /usr/jails/john directory or does it contain hardcoded links?
The issue is that I need to create some jails on many machines and would like to avoid the compilation on each of the machines.
Best Regards,