require images/enea-nfv-access-common.inc IMAGE_INSTALL += " \ packagegroup-enea-virtualization-host \ " # Set labels for GRUB and SYSLINUX LABELS_LIVE = "live-boot installer" # Append default parameters for x86-64 targets and avoid duplicate serial configs APPEND_x86-64 = "quiet" GRUB_SERIAL_x86-64 = "console=ttyS0,115200 console=tty0" SYSLINUX_SERIAL_TTY_x86-64 = "console=ttyS0,115200 console=tty0" # Set timeout values GRUB_TIMEOUT_x86-64 = "10" # 10 - 1sec SYSLINUX_TIMEOUT_x86-64 = "50"