qemu-coreboot-fbwhiptail: removing of unneeded comments

This commit is contained in:
Thierry Laurion 2020-05-05 10:54:31 -04:00
parent 31a103fdae
commit 29e28005ab
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -23,14 +23,9 @@ CONFIG_MBEDTLS=y
CONFIG_DROPBEAR=y
CONFIG_MSRTOOLS=y
#Uncomment only one of the following block
#Required for graphical gui-init (FBWhiptail)
CONFIG_CAIRO=y
CONFIG_FBWHIPTAIL=y
#
#text-based init (generic-init and gui-init)
#CONFIG_NEWT=y
#CONFIG_SLANG=y
endif
@ -39,12 +34,8 @@ CONFIG_LINUX_AHCI=y
CONFIG_LINUX_USB=y
CONFIG_LINUX_E1000=y
#Uncomment only one BOOTSCRIPT:
#Whiptail-based init (text-based or FBWhiptail)
export CONFIG_BOOTSCRIPT=/bin/gui-init
#
#text-based original init:
#export CONFIG_BOOTSCRIPT=/bin/generic-init
export CONFIG_TPM=n