Hey people,
I was looking for some info about whats the best way to keep jails updated and found many posts saying to never run
Someone could explain why not?
Actually I am doing a
My jails have the empty folders:
And I mount those using:
Thanks in advice!!!
PS.: I am not using ezjail or similar programs, I have followed the instructions on man page on how to it by hand.
I was looking for some info about whats the best way to keep jails updated and found many posts saying to never run
freebsd-update
inside of the jails.Someone could explain why not?
Actually I am doing a
make world
, but this take so many time.My jails have the empty folders:
Code:
/usr/ports
/var/run
/usr/src
And I mount those using:
mount_nullfs /usr/ports /usr/jails/mail/usr/ports
mount_nullfs /var/run /usr/jails/mail/var/run
mount_nullfs /usr/src /usr/jails/mail/usr/src
Thanks in advice!!!
PS.: I am not using ezjail or similar programs, I have followed the instructions on man page on how to it by hand.