aboutsummaryrefslogtreecommitdiffstats
path: root/packages/initrdscripts/initramfs-module-block_1.0.bb
blob: efbd1d5fb7fea0597aec429b061498b5d96e04ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://85-blockboot.sh"
FILE_PR = "r3"
RDEPENDS = "initramfs-uniboot"
DESCRIPTION = "An initramfs module for booting off normal block devices."

do_install() {
	install -d ${D}/initrd.d
        install -m 0755 ${WORKDIR}/85-blockboot.sh ${D}/initrd.d/
}

PACKAGE_ARCH = "all"
FILES_${PN} += " /initrd.d/* "