From: Koen Kooi Date: Mon, 7 Jul 2008 21:08:50 +0000 (+0000) Subject: neuros.inc: correct rootfs name X-Git-Tag: Release-2010-05/1~6546^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63795bef80995241bfa96313231b90135ff2e12b;p=openembedded.git neuros.inc: correct rootfs name --- diff --git a/conf/machine/include/neuros.inc b/conf/machine/include/neuros.inc index c8c0b21c8e..ddd59252e7 100644 --- a/conf/machine/include/neuros.inc +++ b/conf/machine/include/neuros.inc @@ -12,7 +12,7 @@ neuros_make_installkit () { [ -f u-boot-${MACHINE}.bin ] && cp u-boot-${MACHINE}.bin ${IMAGE_NAME}-installkit/u-boot.bin [ -f default_env.img ] && cp default_env.img ${IMAGE_NAME}-installkit/ - cp ${IMAGE_NAME}.rootfs.jffs2 ${IMAGE_NAME}-installkit/initrd.bin + cp ${IMAGE_NAME}.rootfs.jffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ mkfs.jffs2 -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n