meta-digi-dey: trustfence: Do not disable console access by default.

While performing usability testing on the TrustFence documentation, it has
been noted that in order to follow the secure boot instructions the
console needs to be enabled.

We have now moved the secure console section to the end of the
documentation so that disabling the console is the last configuration to
make in a secure system.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2016-08-03 13:15:02 +02:00
parent 106efc4970
commit 0588b4b388
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#
# Default secure console configuration
TRUSTFENCE_CONSOLE_DISABLE ?= "1"
TRUSTFENCE_CONSOLE_DISABLE ?= "0"
# Uncomment to enable the console with the specified passphrase
#TRUSTFENCE_CONSOLE_PASSPHRASE_ENABLE = "my_secure_passphrase"