Use custom GRUB2 config file on x86

We'll be overriding them for redundant boot later on. For now, just
let's rely on the default console and place it on tty0 for better QEMU
experience.

Change-Id: I987348484baa55d05b0881408ce8cb4d74c3c00c
diff --git a/board/czechlight/epia_geode/overlay/boot/grub/grub.cfg b/board/czechlight/epia_geode/overlay/boot/grub/grub.cfg
new file mode 100644
index 0000000..243cd75
--- /dev/null
+++ b/board/czechlight/epia_geode/overlay/boot/grub/grub.cfg
@@ -0,0 +1,6 @@
+set default="0"
+set timeout="3"
+
+menuentry "CzechLight" {
+	linux /boot/bzImage root=/dev/sda1
+}
diff --git a/configs/czechlight_epia_geode_defconfig b/configs/czechlight_epia_geode_defconfig
index ae7e48b..b1d7349 100644
--- a/configs/czechlight_epia_geode_defconfig
+++ b/configs/czechlight_epia_geode_defconfig
@@ -17,7 +17,7 @@
 BR2_TARGET_GENERIC_PASSWD_SHA256=y
 BR2_INIT_SYSTEMD=y
 BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.utf8"
-BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/overlay/"
+BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/overlay/ $(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia_geode/overlay/"
 BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/dhcp-network.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia_geode/post-image.sh"
 BR2_LINUX_KERNEL=y