Remove 8.x references from Jails chapter.

This commit is contained in:
Dru Lavigne 2015-10-02 14:23:29 +00:00
parent 249fb21eaf
commit 4bc67e4c63
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47486

View file

@ -221,26 +221,14 @@
needs to be extracted, but a complete install can be performed
when preferred.</para>
<para>To install just the base system, run the next command when
using &os;&nbsp;9.x or newer:</para>
<para>To install just the base system:</para>
<screen>&prompt.root; <userinput>tar -xf /mnt/usr/freebsd_dist/base.txz -C $DESTDIR</userinput></screen>
<para>On &os; 8.x systems, use this command instead:</para>
<screen>&prompt.root; <userinput>/mnt/8.<replaceable>4</replaceable>-RELEASE/base/install.sh</userinput></screen>
<para>To install everything except the kernel, issue one of these
commands:</para>
<para>When using &os;&nbsp;9.x and newer:</para>
<para>To install everything except the kernel:</para>
<screen>&prompt.root; <userinput>for <replaceable>sets</replaceable> in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$<replaceable>sets</replaceable>.TXZ -C $DESTDIR ; done</userinput></screen>
<para>When using &os;&nbsp;8.x:</para>
<screen>&prompt.root; <userinput>cd /mnt/8.<replaceable>4</replaceable>-RELEASE; for <replaceable>dir</replaceable> in base catpages dict doc games info manpages ports; do (cd $<replaceable>dir</replaceable>; ./install.sh) ; done</userinput></screen>
<para>The &man.jail.8; manual page explains the procedure for
building a jail:</para>