mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
initscripts: remove erroneous call to /etc/default/rcS in mountnfs.sh
This doesn't exist when using systemd as it's part of the sysvinit package, and this script doesn't need it. (From OE-Core rev: 426a22bb67c7823ee733f8c2bd85421b785c3631) 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
27fb21db02
commit
2b790884c6
@@ -7,8 +7,6 @@
|
||||
# Default-Stop:
|
||||
### END INIT INFO
|
||||
|
||||
. /etc/default/rcS
|
||||
|
||||
#
|
||||
# Run in a subshell because of I/O redirection.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user