]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - rootfs/build/prepare_boot
Change the cron script (btw. we are now triggered by systemd timers)
[can-benchmark.git] / rootfs / build / prepare_boot
1 #!/bin/sh
2 set -x
3 cp $1/rootfs.cpio ../../boot/images/
4 cp $1/rootfs.jffs2 ../../boot/images/
5 mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage