The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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 }