diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-12 18:44:29 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-09-12 18:44:29 +0200 |
commit | 5b78d4d695cf0f0eb09e2ee3c96be31250611534 (patch) | |
tree | 60d5e83149b59507d5c0d25ebfeb0b014434658f /docs | |
parent | ce7c79a639022f241e10f6130956b3256ef7fd98 (diff) |
Add an optional service for switching the console font
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/defconfig.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/defconfig.md b/docs/defconfig.md index 41afc02..cdfe333 100644 --- a/docs/defconfig.md +++ b/docs/defconfig.md @@ -86,6 +86,8 @@ For the shutdown and reboot targets, the following services are executed: * agetty - A parameterizeable, respawn type `agetty` service. The first parameter is the terminal device that the getty should run on. + * consolefont - If enabled, run once before sysinit. Sets the console font + to the first parameter. * dhcpcdmaster - If one or more network interfaces should be configured using dhcpcd, this service starts a central `dhcpcd` master instance. * dhcpcd - A parameterizeable single shot service that signals the `dhcpcd` |