]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - bench/boot
linux: Fix bug
[can-eth-gw.git] / bench / boot
1 #!/usr/bin/env novaboot
2 KERNEL=kernel-bench console=ttyS0,115200
3 ramdisk < \
4 ( ( cd $SRCDIR/../distro/busybox/_install; find . | cpio -o -H newc         );\
5   ( cd $SRCDIR/../distro/customroot; find . | cpio -o --dereference -H newc );\
6   ( cd $SRCDIR; echo "task" | cpio -o -H newc                               ) ) | gzip
7