File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ export CONFIG_LINUX_VERSION=6.1.8
1212CONFIG_COREBOOT_CONFIG=config/coreboot-novacustom-v560tu.config
1313CONFIG_LINUX_CONFIG=config/linux-novacustom-common.config
1414
15- #Enable DEBUG output
16- #export CONFIG_DEBUG_OUTPUT=y
17- #export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
18- #Enable TPM2 pcap output under /tmp
19- #export CONFIG_TPM2_CAPTURE_PCAP=y
20-
2115#On-demand hardware support (modules.cpio)
2216CONFIG_LINUX_USB=y
2317CONFIG_LINUX_E1000=y
@@ -71,6 +65,13 @@ export CONFIG_TPM2_TOOLS=y
7165export CONFIG_PRIMARY_KEY_TYPE=ecc
7266#TPM1 requirements
7367#export CONFIG_TPM=y
68+ #Enable DEBUG output
69+ export CONFIG_DEBUG_OUTPUT=n
70+ export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=n
71+ #Enable TPM2 pcap output under /tmp
72+ export CONFIG_TPM2_CAPTURE_PCAP=n
73+ #Enable quiet mode: technical information logged under /tmp/debug.log
74+ export CONFIG_QUIET_MODE=y
7475export CONFIG_BOOTSCRIPT=/bin/gui-init
7576export CONFIG_BOOT_REQ_HASH=n
7677export CONFIG_BOOT_REQ_ROLLBACK=n
You can’t perform that action at this time.
0 commit comments