initramfs-kexec: load zImage from mmc card
authorThomas Kunze <thommycheck@gmx.de>
Fri, 25 Jul 2008 01:24:12 +0000 (01:24 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Fri, 25 Jul 2008 01:24:12 +0000 (01:24 +0000)
packages/initrdscripts/initramfs-kexec_1.0.bb

index b14ebbe..6b0bb46 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,7 @@ PACKAGE_ARCH = "all"
 
 FILES_${PN} = "/init /proc /mnt"
 
-ROOTDEV = "mtd2"
-ROOTFS = "jffs2"
+ROOTDEV = "/dev/mmcblk0p1"
+ROOTFS = "ext2"
+#ROOTDEV = "mtd2"
+#ROOTFS = "jffs2"