X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-eth-gw.git/blobdiff_plain/4d416bf074ee37fe79aaac3986d92d322766d1fe..ff3d57b5a70914d5728e49fd96d65e6e0fc1cad3:/test/boot diff --git a/test/boot b/test/boot index 29a273b..cf19abc 100755 --- a/test/boot +++ b/test/boot @@ -1,4 +1,4 @@ #!/usr/bin/env novaboot -KERNEL=qemuKernel console=ttyS0,115200 +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