summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
blob: 287cf7c7b804dca379700942b6a7c8119b481df6 (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=0

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