mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
qemu-coreboot: build kvmtool, remove tpmtotp
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
bd8776f601
commit
f301bd1a0e
@ -9,8 +9,9 @@ ifeq "$(CONFIG_UROOT)" "y"
|
||||
CONFIG_BUSYBOX=n
|
||||
else
|
||||
CONFIG_KEXEC=y
|
||||
CONFIG_QRENCODE=y
|
||||
CONFIG_TPMTOTP=y
|
||||
#CONFIG_QRENCODE=y
|
||||
#CONFIG_TPMTOTP=y
|
||||
CONFIG_KVMTOOL=y
|
||||
CONFIG_POPT=y
|
||||
CONFIG_FLASHTOOLS=y
|
||||
CONFIG_FLASHROM=y
|
||||
@ -38,6 +39,8 @@ CONFIG_LINUX_ATA=y
|
||||
CONFIG_LINUX_AHCI=y
|
||||
CONFIG_LINUX_USB=y
|
||||
CONFIG_LINUX_E1000=y
|
||||
CONFIG_LINUX_KVM=y
|
||||
CONFIG_LINUX_VIRTIO=y
|
||||
|
||||
#Uncomment only one BOOTSCRIPT:
|
||||
#Whiptail-based init (text-based or FBWhiptail)
|
||||
|
Loading…
Reference in New Issue
Block a user