citadel/meta/recipes-core/busybox/files/runlevel
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

12 lines
336 B
Bash

#!/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"