summaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-bootldr-buster_1.0.bb
blob: 8c4c2f7e930536f25471550fcd5a168787e75dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://01-bootldr-buster.sh"
PR = "r2"
DESCRIPTION = "An initramfs module for ignoring bogus kernel commandline from Compaq bootldr"
RDEPENDS = "initramfs-uniboot"

do_install() {
	install -d ${D}/initrd.d
        install -m 0755 ${WORKDIR}/01-bootldr-buster.sh ${D}/initrd.d/
}

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