]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/boot/grub2/grub.cfg
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 / boot / grub2 / grub.cfg
1 set default="0"
2 set timeout="5"
3
4 menuentry "Buildroot" {
5         linux /boot/bzImage root=/dev/sda1 console=tty1
6 }