aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
blob: 04ce51fafa7bc86d68b0634e5f70a1a19d1bc018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTON = "A live image init script"
LICENSE = "MIT"

SRC_URI = "file://init-boot.sh"

PR = "r0"

do_install() {
        install -m 0755 ${WORKDIR}/init-boot.sh ${D}/init
}

PACKAGE_ARCH = "all"
FILES_${PN} += " /init "