diff options
Diffstat (limited to 'meta/classes/grub-efi-cfg.bbclass')
-rw-r--r-- | meta/classes/grub-efi-cfg.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/grub-efi-cfg.bbclass b/meta/classes/grub-efi-cfg.bbclass index d2226af97a..5eeee6c2e3 100644 --- a/meta/classes/grub-efi-cfg.bbclass +++ b/meta/classes/grub-efi-cfg.bbclass | |||
@@ -22,7 +22,6 @@ GRUB_CFG_LIVE = "${S}/grub_live.cfg" | |||
22 | GRUB_TIMEOUT ?= "10" | 22 | GRUB_TIMEOUT ?= "10" |
23 | #FIXME: build this from the machine config | 23 | #FIXME: build this from the machine config |
24 | GRUB_OPTS ?= "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1" | 24 | GRUB_OPTS ?= "serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1" |
25 | KERNEL_IMAGETYPE ??= "bzImage" | ||
26 | 25 | ||
27 | EFIDIR = "/EFI/BOOT" | 26 | EFIDIR = "/EFI/BOOT" |
28 | GRUB_ROOT ?= "${ROOT}" | 27 | GRUB_ROOT ?= "${ROOT}" |