git: 1d0c5276f1 - main - handbook/jails: Fix path details for nullfs in thin jails
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 19:26:33 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=1d0c5276f1a217f597bc654ef02ce34ea811e849 commit 1d0c5276f1a217f597bc654ef02ce34ea811e849 Author: Sebastian Albert <albert@math.uni-goettingen.de> AuthorDate: 2024-02-24 19:24:15 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2024-02-24 19:25:24 +0000 handbook/jails: Fix path details for nullfs in thin jails Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/334 --- documentation/content/en/books/handbook/jails/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc index aa92f6c780..7d928583b2 100644 --- a/documentation/content/en/books/handbook/jails/_index.adoc +++ b/documentation/content/en/books/handbook/jails/_index.adoc @@ -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 # ln -s skeleton/tmp tmp # ln -s skeleton/var var ....