aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pivotinit/pivotinit_1.0.0.bb
blob: 301b1360019f921b432daecb15b2d306fac7f437 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "Dedicated /sbin/init for pivot root images"
SECTION = "base"
PRIORITY = "required"
LICENSE = "MIT"
FILE_PR = "r0"

SRC_URI = "file://init"

do_install () {
	install -m 0755 -D ${WORKDIR}/init ${D}/sbin/init
}