mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
boards/qemu-coreboot: Set boot device to /dev/sda1
QEMU emulated drive is detected as `/dev/sda1`. Set it up as the boot device. Use the same value as in for `qemu-linuxboot.config`.
This commit is contained in:
parent
9c95b4ed58
commit
c5665b7882
@ -31,6 +31,8 @@ CONFIG_LINUX_E1000=y
|
||||
export CONFIG_BOOTSCRIPT=/bin/generic-init
|
||||
export CONFIG_TPM=n
|
||||
|
||||
export CONFIG_BOOT_DEV="/dev/sda1"
|
||||
|
||||
#run: coreboot.intermediate
|
||||
run:
|
||||
qemu-system-x86_64 \
|
||||
|
Loading…
Reference in New Issue
Block a user