Index: chapter.sgml
===================================================================
--- chapter.sgml (revision 39128)
+++ chapter.sgml (working copy)
@@ -718,6 +718,7 @@
&prompt.root; ln -s ../s/usr-local usr/local
&prompt.root; ln -s ../s/usr-X11R6 usr/X11R6
&prompt.root; ln -s ../../s/distfiles usr/ports/distfiles
+&prompt.root; ln -s ../../s/packages usr/ports/packages
&prompt.root; ln -s s/tmp tmp
&prompt.root; ln -s s/var var
@@ -909,6 +910,8 @@
&prompt.root; ln -s s/home home
&prompt.root; ln -s ../s/usr-local usr/local
&prompt.root; ln -s ../s/usr-X11R6 usr/X11R6
+&prompt.root; ln -s ../../s/distfiles usr/ports/distfiles
+&prompt.root; ln -s ../../s/packages usr/ports/packages
&prompt.root; ln -s s/tmp tmp
&prompt.root; ln -s s/var var
@@ -963,7 +966,11 @@
Use &man.jls.8; to check if the jails started correctly.
Do not forget to run mergemaster in each jail. The
configuration files will need to be updated as well as the
- rc.d scripts.
+ rc.d scripts. To update the ports in the jails, you can use
+ Portmaster or
+ portupgrade. See for more information on using
+ these tools to upgrade ports.