diff options
author | Dru Lavigne <dru@FreeBSD.org> | 2015-10-02 14:23:29 +0000 |
---|---|---|
committer | Dru Lavigne <dru@FreeBSD.org> | 2015-10-02 14:23:29 +0000 |
commit | 4bc67e4c63802711987e47fb8516e663b837fadb (patch) | |
tree | 7043272fc16c5f0df459c31287089aa8c475131d /en_US.ISO8859-1/books | |
parent | 249fb21eafae7961b95a7a8d572212f89aba7687 (diff) | |
download | doc-4bc67e4c63802711987e47fb8516e663b837fadb.tar.gz doc-4bc67e4c63802711987e47fb8516e663b837fadb.zip |
Remove 8.x references from Jails chapter.
Notes
Notes:
svn path=/head/; revision=47486
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/jails/chapter.xml | 16 |
1 files 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.</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> |