Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 19:26:33 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 1d0c5276f1 - main - handbook/jails: Fix path details for nullfs in thin jails
Message-ID:  <202402241926.41OJQXf6018707@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 ....



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241926.41OJQXf6018707>