Bug 78883

Summary: man 8 jail has incorrect instructions for building a jail
Product: Documentation Reporter: Josh Paetzel <josh> <josh>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Paetzel <josh@tcbug.org> 2005-03-15 16:30:02 UTC

The jail 8 manpage has the following instructions which do not work:

 D=/here/is/the/jail
 cd /usr/src
 mkdir -p $D
 make world DESTDIR=$D
 cd etc
 make distribution DESTDIR=$D
 mount_devfs devfs $D/dev
 cd $D
 ln -sf dev/null kernel

This process dies at make world DESTDIR=$D

Fix: Apply the following patch to jail.8

How-To-Repeat: 

follow instructions in man jail
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2005-03-15 16:33:08 UTC
State Changed
From-To: open->closed

Duplicate of docs/77610.  See 

http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/77610 

for details.