X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/11555d03780514ee4859ca5b52af90eebea0d026..e865a82cc1438f6d638f7456866e083ddb1f8184:/rootfs/build/prepare_boot diff --git a/rootfs/build/prepare_boot b/rootfs/build/prepare_boot index 14270a4..43a79b3 100755 --- a/rootfs/build/prepare_boot +++ b/rootfs/build/prepare_boot @@ -1,4 +1,5 @@ #!/bin/sh set -x cp $1/rootfs.cpio ../../boot/images/ +cp $1/rootfs.jffs2 ../../boot/images/ mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage