-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Fix path details for nullfs in thin jails #334
Conversation
@@ -625,7 +625,7 @@ thinjail { | |||
|
|||
# HOSTNAME/PATH | |||
host.hostname = "${name}"; | |||
path = "/usr/local/jails/containers/${name}"; | |||
path = "/usr/local/jails/thinjail-nullfs-base"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is another PR #302 fixing this.
@@ -578,7 +578,7 @@ The next step is to create the symlinks to the `skeleton` by executing the follo | |||
# ln -s skeleton/etc etc | |||
# ln -s skeleton/home home | |||
# ln -s skeleton/root root | |||
# ln -s skeleton/usr/local usr/local | |||
# ln -s ../skeleton/usr/local usr/local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for spotting this.
Note for a committer, I marking this as
|
Reviewed by: dbaio Pull Request: #334
Committed on 1d0c527 |
After following all the instructions about thin jails with nullfs, I found I needed to make these two changes in order for it to work properly. I think these are errors in the handbook.