Bug 86044

Summary: jail(8) missing crucial mount in startup documentation
Product: Documentation Reporter: Dan Langille <dan>
Component: Books & ArticlesAssignee: jcamou
Status: Closed FIXED    
Severity: Affects Only Me CC: dan
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dan Langille 2005-09-13 01:30:15 UTC
In "Setting up a Jail Directory Tree", the following is mentioned:

   mount_devfs devfs $D/dev

It should also be mentioned in "Starting the Jail":

   ifconfig ed0 inet alias 192.168.11.100/32
   mount_devfs devfs /data/jail/192.168.11.100/dev
   mount -t procfs proc /data/jail/192.168.11.100/proc
   jail /data/jail/192.168.11.100 testhostname 192.168.11.100 \
   /bin/sh /etc/rc

Fix: 

included above.
How-To-Repeat: 	see man 8 jail
Comment 1 jcamou freebsd_committer freebsd_triage 2006-03-16 14:31:59 UTC
State Changed
From-To: open->patched

This has been added on HEAD.  Changing this pr state 
to patched as a MFC reminder.  Thanks! 


Comment 2 jcamou freebsd_committer freebsd_triage 2006-03-16 14:31:59 UTC
Responsible Changed
From-To: freebsd-doc->jcamou

Over to me.
Comment 3 Matteo Riondato freebsd_committer freebsd_triage 2006-05-26 11:19:37 UTC
State Changed
From-To: patched->closed

I merged this patch to RELENG_6