#!/usr/bin/env novaboot KERNEL=kernel-bench console=ttyS0,115200 ramdisk < \ ( ( cd $SRCDIR/../distro/busybox/_install; find . | cpio -o -H newc );\ ( cd $SRCDIR/../distro/customroot; find . | cpio -o --dereference -H newc );\ ( cd $SRCDIR; echo "task" | cpio -o -H newc ) ) | gzip