summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/busybox/files/rcS.default3
-rw-r--r--meta/recipes-core/sysvinit/sysvinit/rcS-default3
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/files/rcS.default b/meta/recipes-core/busybox/files/rcS.default
index 262cad7d2a..66513daf2d 100644
--- a/meta/recipes-core/busybox/files/rcS.default
+++ b/meta/recipes-core/busybox/files/rcS.default
@@ -1 +1,2 @@
1# SULOGIN = "yes" 1# Indicate init system type
2INIT_SYSTEM=busybox
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/meta/recipes-core/sysvinit/sysvinit/rcS-default
index 709cdf6ec5..e608a77c75 100644
--- a/meta/recipes-core/sysvinit/sysvinit/rcS-default
+++ b/meta/recipes-core/sysvinit/sysvinit/rcS-default
@@ -27,3 +27,6 @@ VOLATILE_ENABLE_CACHE=yes
27# Setting ROOTFS_READ_ONLY to yes and rebooting will give you a read-only rootfs. 27# Setting ROOTFS_READ_ONLY to yes and rebooting will give you a read-only rootfs.
28# Normally you should not change this value. 28# Normally you should not change this value.
29ROOTFS_READ_ONLY=no 29ROOTFS_READ_ONLY=no
30# rcS is also used when using busybox init and shares initscripts, some initscripts
31# need to have specific behavior depending on init system
32INIT_SYSTEM=sysvinit