aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-bootmenu_1.0.bb
blob: a370ae992f4ddeb082f44a555dd4e7cc95b691ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRC_URI = "file://30-bootmenu.sh"
PR = "r20"
DESCRIPTION = "An initramfs module with UI for selection of boot device."
RDEPENDS_${PN} = "klibc-static-utils-fstype initramfs-uniboot initramfs-module-block initramfs-module-loop initramfs-module-nfs"
# For VFAT mounting.
RRECOMMENDS_${PN} = "kernel-module-nls-cp437 kernel-module-nls-iso8859-1"

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

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