Skip to content

add option to getty to run contain_login

Ron Williams requested to merge rw_van/userutils:contain_login into master

contain_login can be enabled by using getty --contain for the console login in /etc/init.d/30_console in the filesystem config.

[[files]]
path = "/etc/init.d/30_console"
data = """
getty 2
getty --contain debug: -J
"""

Merge request reports