git: b6a477600851 - main - nuageinit: start the script after zfs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 14:36:05 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=b6a4776008519bb4a1d5abfe63c46d5f009ce102 commit b6a4776008519bb4a1d5abfe63c46d5f009ce102 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2024-04-17 14:25:02 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2024-04-17 14:25:02 +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 --- 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