<div dir="ltr"><div>DragonFly_RELEASE_6_4<br></div><div><br></div>The jail(8) manpage section on creating jails shows a step where a symlink is created between dev/null and boot/kernel of the new jail.<div><br></div><div>What is the purpose of this symlink?</div><div><br></div><div>This command failed on a test system because there is nothing in the dev directory of the newly created jail.</div><div><br></div><div>Previously a 'make build-all' and 'make install-all' were successfully performed on this system with the DragonFly_RELEASE_6_4 source code from github. When creating the new jail, apart from the symlink error, there were no errors as well.</div><div><div><br></div><div><pre class="gmail-body">     D=/here/is/the/jail
     cd /usr/src
     mkdir -p $D
     make installworld DESTDIR=$D
     cd etc
     make distribution DESTDIR=$D
     cd $D
     ln -sf dev/null boot/kernel</pre></div></div></div>