initramfs-kexec: search for zImage on mmc card
authorThomas Kunze <thommycheck@gmx.de>
Fri, 25 Jul 2008 01:09:31 +0000 (01:09 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Fri, 25 Jul 2008 01:09:31 +0000 (01:09 +0000)
packages/initrdscripts/initramfs-kexec_1.0.bb

index b14ebbe..3ca3052 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTON = "A init script that mounts a device and kexecs a new kernel from it."
-PR = "r4"
+PR = "r5"
 
 do_compile() {
         cat > init.sh << EOF
@@ -21,5 +21,5 @@ PACKAGE_ARCH = "all"
 
 FILES_${PN} = "/init /proc /mnt"
 
-ROOTDEV = "mtd2"
-ROOTFS = "jffs2"
+ROOTDEV = "/dev/mmcblk0p1"
+ROOTFS = "ext2"