#!/usr/bin/env novaboot KERNEL=kernel/arch/x86/boot/bzImage console=ttyS0,115200 ramdisk < ( ( cd ~/workdir/busybox/_install; find . | cpio -o -H newc ); ( cd $SRCDIR/myroot; find . | cpio -o --dereference -H newc ) ) | gzip