The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / src / boot / grub / menu.lst
diff --git a/cirros-testvm/src-cirros/src/boot/grub/menu.lst b/cirros-testvm/src-cirros/src/boot/grub/menu.lst
new file mode 100644 (file)
index 0000000..ab9dbcd
--- /dev/null
@@ -0,0 +1,12 @@
+default         0
+timeout         0
+hiddenmenu
+
+title     Linux Kernel
+# Note, the root entry will be hd0,0 in disk image, but hd0 in partition
+# it is changed on disk image creation.
+root      (hd0)
+# FS_LABEL
+kernel    /vmlinuz LABEL=cirros-rootfs ro console=tty1 console=ttyS0
+initrd    /initrd.img
+EOF