Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2015 14:23:30 +0000 (UTC)
From:      Dru Lavigne <dru@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47486 - head/en_US.ISO8859-1/books/handbook/jails
Message-ID:  <201510021423.t92ENUoV027889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;&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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510021423.t92ENUoV027889>