svn commit: r47486 - head/en_US.ISO8859-1/books/handbook/jails
Dru Lavigne
dru at FreeBSD.org
Fri Oct 2 14:23:30 UTC 2015
Author: dru
Date: Fri Oct 2 14:23:29 2015
New Revision: 47486
URL: https://svnweb.freebsd.org/changeset/doc/47486
Log:
Remove 8.x references from Jails chapter.
Modified:
head/en_US.ISO8859-1/books/handbook/jails/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Fri Oct 2 13:55:54 2015 (r47485)
+++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Fri Oct 2 14:23:29 2015 (r47486)
@@ -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; 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; 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; 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>
More information about the svn-doc-head
mailing list