In my host, I'm trying to follow the "security patched" (that's what I call it) release of 10.1, so my svn command on my host machine is:
I'm setting up my first ezjail, and I want to use the very same release as what I'm following on my host, so I'm not sure what my initial command would be to populate the ezjail. I don't care about installing the man pages, so is my command simply:
Is this correct?
Ed
svn co [URL]https://svn.freebsd.org/base/releng/10.1[/URL] /usr/srcI'm setting up my first ezjail, and I want to use the very same release as what I'm following on my host, so I'm not sure what my initial command would be to populate the ezjail. I don't care about installing the man pages, so is my command simply:
sudo ezjail-admin install -spIs this correct?
Ed