From owner-svn-doc-all@freebsd.org Fri Oct 2 14:23:30 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5FE4A0EF81; Fri, 2 Oct 2015 14:23:30 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8CEE51BEE; Fri, 2 Oct 2015 14:23:30 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t92ENUJ7027890; Fri, 2 Oct 2015 14:23:30 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t92ENUoV027889; Fri, 2 Oct 2015 14:23:30 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201510021423.t92ENUoV027889@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Fri, 2 Oct 2015 14:23:30 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 14:23:30 -0000 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. - To install just the base system, run the next command when - using &os; 9.x or newer: + To install just the base system: &prompt.root; tar -xf /mnt/usr/freebsd_dist/base.txz -C $DESTDIR - On &os; 8.x systems, use this command instead: - - &prompt.root; /mnt/8.4-RELEASE/base/install.sh - - To install everything except the kernel, issue one of these - commands: - - When using &os; 9.x and newer: + To install everything except the kernel: &prompt.root; for sets in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR ; done - When using &os; 8.x: - - &prompt.root; cd /mnt/8.4-RELEASE; for dir in base catpages dict doc games info manpages ports; do (cd $dir; ./install.sh) ; done - The &man.jail.8; manual page explains the procedure for building a jail: