aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/initrdscripts/initramfs-module-ext3_1.0.bb
blob: e95dcdc2ed623f3d91bb266e8322dc46cf2f75d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC_URI = "file://80-ext3.sh"
PR = "r1"
DESCRIPTION = "An initramfs module for mount ext3."
RDEPENDS = "initramfs-uniboot"

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

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