aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-bootldr-buster_1.0.bb
blob: dc47c86806266850a9e41c47366e71519762dfd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://01-bootldr-buster.sh"
PR = "r3"
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/* "