]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - test/boot
netdevice_notifier implemented; test script; cegwbench rxtimeo
[can-eth-gw.git] / test / boot
1 #!/usr/bin/env novaboot
2 KERNEL=kernel/arch/x86/boot/bzImage console=ttyS0,115200
3 ramdisk < ( ( cd ~/workdir/busybox/_install; find . | cpio -o -H newc ); ( cd $SRCDIR/myroot; find . | cpio -o --dereference -H newc ) ) | gzip
4