summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-17 14:54:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-20 00:03:05 +0000
commit9a52a44a05c9b66e4c39823101b259ea7e28cc19 (patch)
tree7a972b39f05da7328ff5cfba44b5ce40134236a9 /meta/recipes-core/busybox/files
parenta8af9db08c57e828caa9d5893aa5b8fca44cdddf (diff)
downloadpoky-9a52a44a05c9b66e4c39823101b259ea7e28cc19.tar.gz
busybox: Install /etc/default/rcS when used as init system
This helps in using sysvinit scripts with busybox init system as well (From OE-Core rev: 991394be9e695f9ddb5e2fca167c06f7a56a7449) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/files')
-rw-r--r--meta/recipes-core/busybox/files/rcS.default1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/files/rcS.default b/meta/recipes-core/busybox/files/rcS.default
new file mode 100644
index 0000000000..262cad7d2a
--- /dev/null
+++ b/meta/recipes-core/busybox/files/rcS.default
@@ -0,0 +1 @@
# SULOGIN = "yes"