git: 93b11fe0a16a - stable/14 - nuageinit: start the script after zfs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 May 2024 07:49:49 UTC
The branch stable/14 has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=93b11fe0a16ab9cfa4a879ba2ac4be5237f33f6b commit 93b11fe0a16ab9cfa4a879ba2ac4be5237f33f6b Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-04-17 14:25:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-05-02 07:49:41 +0000 nuageinit: start the script after zfs It prevents the home directory for the new users to be hidden by late mount of the home directory (cherry picked from commit b6a4776008519bb4a1d5abfe63c46d5f009ce102) --- libexec/rc/rc.d/nuageinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/nuageinit b/libexec/rc/rc.d/nuageinit index 977b44e465fe..8da0b1aed741 100755 --- a/libexec/rc/rc.d/nuageinit +++ b/libexec/rc/rc.d/nuageinit @@ -2,7 +2,7 @@ # # PROVIDE: nuageinit -# REQUIRE: mountcritlocal +# REQUIRE: mountcritlocal zfs # BEFORE: NETWORKING # KEYWORD: firstboot