mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 15:09:50 +00:00
systemd-compat-units: Handle nfs scripts
The nfs init scripts have both systemd and sysvinit versions with non-matching names so we need to mask out the duplicate scripts else we see NFS errors on bootup. (From OE-Core rev: 6fadb3f27c48bb92f9f9de5977707a6b244aac54) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,6 +15,8 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \
|
||||
busybox-udhcpc \
|
||||
hwclock \
|
||||
networking \
|
||||
nfsserver \
|
||||
nfscommon \
|
||||
syslog.busybox \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user