summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
blob: ca53537a67feefdd55f00ef7de31773c072e649a (plain)
1
2
3
4
5
6
7
8
9
10
# Created by meta-b2qt
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
default=boot
timeout=10

menuentry 'boot' {
    linux /boot/bzImage root=LABEL=rootfs
    initrd /boot/initramfs
}