Skip to content

Commit

Permalink
coreboot-qemu-fbwhiptail: removing of unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion committed May 5, 2020
1 parent ef499f6 commit aafdf66
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit aafdf66

Please sign in to comment.