svn commit: r46338 - head/en_US.ISO8859-1/books/handbook/jails
Benjamin Kaduk <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: bjk Date: Thu Mar 12 22:49:39 2015 New Revision: 46338 URL: https://svnweb.freebsd.org/changeset/doc/46338 Log: Correct path to installer distribution files Submitted by: Nathan Rosenquist <[email protected]> Approved by: hrs (mentor, implicit) 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 Thu Mar 12 01:25:02 2015 (r46337) +++ head/en_US.ISO8859-1/books/handbook/jails/chapter.xml Thu Mar 12 22:49:39 2015 (r46338) @@ -230,7 +230,7 @@ <para>To install just the base system, run the next command when using &os; 9.x or newer:</para> - <screen>&prompt.root; <userinput>tar -xf /mnt/freebsd_install/usr/freebsd_dist/base.txz -C $DESTDIR</userinput></screen> + <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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"