From 4bc67e4c63802711987e47fb8516e663b837fadb Mon Sep 17 00:00:00 2001 From: Dru Lavigne Date: Fri, 2 Oct 2015 14:23:29 +0000 Subject: [PATCH] Remove 8.x references from Jails chapter. --- en_US.ISO8859-1/books/handbook/jails/chapter.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/jails/chapter.xml b/en_US.ISO8859-1/books/handbook/jails/chapter.xml index a56eccd191..eacf08c84c 100644 --- a/en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -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: