aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/runlevel
blob: 866f3b594565299befd8723bd30e0d2dc6984bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# busybox init does not have LSB ( sysvinit ) like initlevels
# so lets fake it to 5 which is what we default anyway
# this helps with opkg post installs where it tries to invoke
# update-rc.d ad post install step.
# for package upgrades
# See code in update-rc.d around line 190 where it calls runlevel
# program
#
echo "5"