aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-bootldr-buster_1.0.bb
blob: f33ecd34f337de2090f925ac6d0c0202e55a65c4 (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_${PN} = "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/* "