fast way to update jails (FreeBSD 10.0 host)
Nicolas de Bari Embriz Garcia Rojas
nbari at inbox.im
Wed Jan 29 11:46:19 UTC 2014
Hi, I just updated the host from 9.2 to 10.0.
What I plan to do for each jail is:
# $D is the home of the jail.
make installworld DESTDIR=$D SRCCONF=/etc/src-jail.conf
cp -R $D/etc $D/etc.old
make distribution DESTDIR=$D SRCCONF=/etc/src-jail.conf
Basically to avoid all the ‘mergmaster’ stuff
Is there a better way?
any suggestions?
regards.
More information about the freebsd-jail
mailing list