mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
systemd: explicitly set the path to nologin
Set the path to nologin as with sulogin etc so we don't try to execute binaries from the build path on the target (as the build finds a nologin in the sysroot at build time). (From OE-Core rev: 15d57de00a5c2763cc9ddb71d3e6b52a57f3fcd1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a4eb65982
commit
efafb13e2e
@@ -206,6 +206,7 @@ EXTRA_OEMESON += "-Dkexec-path=${sbindir}/kexec \
|
||||
-Dquotacheck-path=${sbindir}/quotacheck \
|
||||
-Dquotaon-path=${sbindir}/quotaon \
|
||||
-Dsulogin-path=${base_sbindir}/sulogin \
|
||||
-Dnologin-path=${base_sbindir}/nologin \
|
||||
-Dumount-path=${base_bindir}/umount"
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user