* Suggested by Koen Kooi.
SRC_URI = "file://blockboot.sh"
-PR = "r0"
-RDEPENDS = "initramfs"
+PR = "r1"
+RDEPENDS = "initramfs-uniboot"
DESCRIPTION = "An initramfs module for booting off normal block devices."
do_install() {
SRC_URI = "file://loopboot.sh"
-PR = "r1"
+PR = "r2"
DESCRIPTION = "An initramfs module for booting a filesystem image by loopback \
mounting it."
-RDEPENDS = "initramfs"
+RDEPENDS = "initramfs-uniboot"
RRECOMMENDS = "kernel-module-loop kernel-module-vfat"
do_install() {
SRC_URI = "file://nfsboot.sh"
-PR = "r2"
+PR = "r3"
DESCRIPTION = "An initramfs module for booting via NFS."
-RDEPENDS = "initramfs"
+RDEPENDS = "initramfs-uniboot"
RRECOMMENDS = "kernel-module-g-ether kernel-module-nfs"
do_install() {