Created attachment 149377 [details] fix jail creation userinput for >= 9.x There are typos at the "To install everything but the kernel" command. The first issue is that a subshell is open but never closed, and the second issue is that the `do … done;' block is not closed. The patch attached remove the use of a subshell (since `-C $DESTDIR` doesn't cd) and close the loop block.
This may need more attention since the demise of the 'GAMES' and 'DOCS' sets
A commit references this bug: Author: allanjude Date: Fri May 29 20:02:35 UTC 2015 New revision: 46732 URL: https://svnweb.freebsd.org/changeset/doc/46732 Log: Update instructions for manually creating a jail Remove unneeded subshell Remove csh examples, and explicitly use sh everywhere Remove the GAMES set which on longer exists Remove the DOCS set that may be removed in the future, it is not needed inside a jail PR: 194993 Differential Revision: https://reviews.freebsd.org/D2116 Submitted by: alex@kaworu.ch (original) Reviewed by: wblock Approved by: bcr (mentor) Sponsored by: ScaleEngine Inc. Changes: head/en_US.ISO8859-1/books/handbook/jails/chapter.xml