Skip to content
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

Fix thinjail instructions on UFS #382

Closed
wants to merge 1 commit into from
Closed

Conversation

egwynn
Copy link
Contributor

@egwynn egwynn commented May 21, 2024

Description

The zfs instructions say to clone a snapshot from the skeleton to the new thinjail. But the UFS instructions say to make the thinjail directory first and then copy the skeleton into it. This will cause your new jail to be inside of /usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton instead of just /usr/local/jails/containers/thinjail.

The zfs instructions say to clone a snapshot from the skeleton to the new thinjail. But the UFS instructions say to _make_ the thinjail directory first and then copy the skeleton into it. This will cause your new jail to be inside of `/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of just `/usr/local/jails/containers/thinjail`.
@dbaio dbaio self-assigned this Jun 26, 2024
freebsd-git pushed a commit that referenced this pull request Jun 26, 2024
The zfs instructions say to clone a snapshot from the skeleton to the
new thinjail. But the UFS instructions say to _make_ the thinjail
directory first and then copy the skeleton into it. This will cause your
new jail to be inside of
`/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of
just `/usr/local/jails/containers/thinjail`.

Reviewed by:	dbaio
Pull Request:	#382
@dbaio
Copy link
Member

dbaio commented Jun 26, 2024

Committed on a607e18
Thank you!

@dbaio dbaio closed this Jun 26, 2024
@dbaio dbaio added the merged label Jun 26, 2024
lsalvadore pushed a commit to lsalvadore/freebsd-doc that referenced this pull request Jul 23, 2024
The zfs instructions say to clone a snapshot from the skeleton to the
new thinjail. But the UFS instructions say to _make_ the thinjail
directory first and then copy the skeleton into it. This will cause your
new jail to be inside of
`/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of
just `/usr/local/jails/containers/thinjail`.

Reviewed by:	dbaio
Pull Request:	freebsd#382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants