X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/955bcb6dc29388b531c08f08e93d45ac294ed4a2..1df7ce4dbf6b357b85234709150bc98c8c1250a5:/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