Solved IOCAGE cannot mount host port tree

Hello,

I just install sysutils/iocage and so far so good.
My only concern is that I cannot figure out how iI can mount the host port tree into the jails.
I tried mount_nullfs -o rw /usr/ports /iocage/jails/00aab3b5-ba03-11e5-b091-f04da20055fe/root/usr/ports and got:
Code:
mount_nullfs: /iocage/jails/00aab3b5-ba03-11e5-b091-f04da20055fe/root/usr/ports: No such file or directory
 
Note that on a default installation of FreeBSD the directory /usr/ports doesn't exist. So it's probably just a matter of creating it.
 
Back
Top