Add tcpdump package to the image, update kernel to 3.13.0-85
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / board / minnowboard-max / grub.cfg
1 set default="0"
2 set timeout="5"
3
4 menuentry "Buildroot" {
5         linux /bzImage root=/dev/mmcblk0p2 rootwait console=tty0 console=ttyS0,115200
6 }