package/petitboot: run petitboot UI on consoles
Display the petitboot UI instead of a login prompt, allowing the
configuration of custom tty(s) as we do for the login prompt.
petitboot already depends on udev, so let's use it instead of rcS to
launch pb-console. This has the advantage of easily wildcarding the list
of ttys ("hvc*") and enables hotplug devices ("ttyUSB0").
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
1af0d4cb28
commit
f7c2b6fefd
@@ -403,7 +403,7 @@ config BR2_SYSTEM_BIN_SH
|
||||
|
||||
menuconfig BR2_TARGET_GENERIC_GETTY
|
||||
bool "Run a getty (login prompt) after boot"
|
||||
default y
|
||||
default y if !BR2_PACKAGE_PETITBOOT
|
||||
|
||||
if BR2_TARGET_GENERIC_GETTY
|
||||
config BR2_TARGET_GENERIC_GETTY_PORT
|
||||
|
||||
Reference in New Issue
Block a user