From 883e302367534a62263ab9a4427af88a5de8cc98 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Tue, 6 Nov 2018 17:00:12 +0100 Subject: [PATCH] MycroftOS: Buildroot: No (more) need for a login prompt --- buildroot-external/configs/mycroftos_rpi3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/buildroot-external/configs/mycroftos_rpi3_defconfig b/buildroot-external/configs/mycroftos_rpi3_defconfig index 44ef1cf7..aa0615b5 100644 --- a/buildroot-external/configs/mycroftos_rpi3_defconfig +++ b/buildroot-external/configs/mycroftos_rpi3_defconfig @@ -14,6 +14,7 @@ BR2_TARGET_GENERIC_ISSUE="Welcome to MycroftOS" BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y BR2_TARGET_GENERIC_ROOT_PASSWD="mycroft" BR2_SYSTEM_BIN_SH_BASH=y +# BR2_TARGET_GENERIC_GETTY is not set BR2_SYSTEM_DHCP="eth0" BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.UTF8" BR2_GENERATE_LOCALE="en_US en_US.UTF-8"