Merge branch 'add-boot-devices-to-qemu-coreboot' of https://github.com/paulmenzel/heads

This commit is contained in:
Trammell hudson 2018-05-18 15:39:19 -04:00
commit 33e9dda884
Failed to extract signature

View File

@ -33,6 +33,9 @@ CONFIG_LINUX_E1000=y
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:
qemu-system-x86_64 \