summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'meta-intel-extras/recipes/grub/grub-efi/grub.cfg')
-rw-r--r--meta-intel-extras/recipes/grub/grub-efi/grub.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-intel-extras/recipes/grub/grub-efi/grub.cfg b/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
new file mode 100644
index 0000000..ca53537
--- /dev/null
+++ b/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
@@ -0,0 +1,10 @@
1# Created by meta-b2qt
2serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
3default=boot
4timeout=10
5
6menuentry 'boot' {
7 linux /boot/bzImage root=LABEL=rootfs
8 initrd /boot/initramfs
9}
10