diff --git a/docs/installation/freebsd-jail-with-iocage.rst b/docs/installation/freebsd-jail-with-iocage.rst index 5b080ef..f9c6794 100644 --- a/docs/installation/freebsd-jail-with-iocage.rst +++ b/docs/installation/freebsd-jail-with-iocage.rst @@ -93,6 +93,7 @@ Enable the zrepl daemon to start automatically at boot: sysrc zrepl_enable="YES" +Now jump to :ref:`the summary ` below. Plugin ###### @@ -134,7 +135,18 @@ Now ``zrepl`` can be started. service zrepl start +Now jump to :ref:`the summary ` below. + +.. _installation-freebsd-jail-summary: + Summary ------- Congratulations, you have a working jail! + +.. NOTE:: + + With FreeBSD 13's transition to OpenZFS 2.0, please ensure that your jail's FreeBSD version matches the one in the kernel module. + If you are getting cryptic errors such as + ``cannot receive new filesystem stream: invalid backup stream`` + the instructions posted `here `_ might help.