Index: en_US.ISO8859-1/books/handbook/jails/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/jails/chapter.xml +++ en_US.ISO8859-1/books/handbook/jails/chapter.xml @@ -239,27 +239,18 @@ To install everything but the kernel, issue this command: - When using &man.sh.1; on &os; 9.x and newer, issue this + Using &man.sh.1; on &os; 9.x and newer, issue this command: - &prompt.root; for sets in BASE DOC GAMES PORTS; do (tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR) ; done + &prompt.root; sh +&prompt.root; for sets in BASE PORTS; do tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR ; done +&prompt.root; exit When using &os; 8.x, run this: - &prompt.root; cd /mnt/8.4-RELEASE; for dir in base catpages dict doc games info manpages ports; do (cd $dir; ./install.sh) ; done - - If csh/tcsh is used on - &os; 9.x and newer, execute this command: - - &prompt.root; foreach sets ( BASE DOC GAMES PORTS ) -tar -xf /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR -done - - On &os; 8.x, run this command: - - &prompt.root; foreach dir ( base catpages dict doc games info manpages ports ) - cd /mnt/8.4-RELEASE/$dir; ./install.sh -done + &prompt.root; sh +&prompt.root; cd /mnt/8.4-RELEASE; for dir in base catpages dict doc games info manpages ports; do (cd $dir; ./install.sh) ; done +&prompt.root; exit The &man.jail.8; manual page explains the procedure for building a jail: