Spawn a getty on tty7 by default

This commit is contained in:
j1nx 2020-10-15 11:31:33 +02:00
parent 057b157760
commit 059d330aa9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to OpenVoiceOS"
BR2_INIT_SYSTEMD=y
BR2_TARGET_GENERIC_ROOT_PASSWD="mycroft"
BR2_SYSTEM_BIN_SH_BASH=y
# BR2_TARGET_GENERIC_GETTY is not set
BR2_TARGET_GENERIC_GETTY_PORT="tty7"
BR2_SYSTEM_DHCP="eth0"
# BR2_ENABLE_LOCALE_PURGE is not set
BR2_GENERATE_LOCALE="en_US.UTF-8"