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