mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 21:45:32 +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:
parent
3a590e8580
commit
c7ee4de62b
@ -15,6 +15,8 @@ SYSTEMD_DISABLED_SYSV_SERVICES = " \
|
||||
busybox-udhcpc \
|
||||
hwclock \
|
||||
networking \
|
||||
nfsserver \
|
||||
nfscommon \
|
||||
syslog.busybox \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user