From 2839364d435e79cb04d20e7ce14ab00374bffe4a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 18 May 2018 18:38:29 +0200 Subject: [PATCH] boards/qemu-coreboot: Set `/dev/sdb1` as USB boot device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit QEMU’s USB device is detected as `/dev/sdb1`. --- boards/qemu-coreboot/qemu-coreboot.config | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/qemu-coreboot/qemu-coreboot.config b/boards/qemu-coreboot/qemu-coreboot.config index 74d7d7c7..eed6fac1 100644 --- a/boards/qemu-coreboot/qemu-coreboot.config +++ b/boards/qemu-coreboot/qemu-coreboot.config @@ -32,6 +32,7 @@ export CONFIG_BOOTSCRIPT=/bin/generic-init export CONFIG_TPM=n export CONFIG_BOOT_DEV="/dev/sda1" +export CONFIG_USB_BOOT_DEV="/dev/sdb1" #run: coreboot.intermediate run: