diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2018-03-15 11:37:18 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-15 11:37:18 +0100 |
| commit | bb3062ad6290223ea24144ca8aa1f4cddac8f9be (patch) | |
| tree | d7c98384a26042b968d82048cf1a8b5e026552da /gnu/system | |
| parent | 88cd7bbd3dc8ecb6b02435338eff1524ad7154ed (diff) | |
services: Add 'virtual-terminal'.
Fixes <https://bugs.gnu.org/30505>.
Suggested by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/services/base.scm (unicode-start): Remove.
(virtual-terminal-service-type): New variable.
(console-font-shepherd-services): Remove 'modules'; remove call to
'unicode-start'. Add 'virtual-terminal' to 'requirement'.
(mingetty-shepherd-service, kmscon-service-type): Likewise.
(%base-services): Add 'virtual-terminal-service-type'.
* gnu/system/install.scm (%installation-services): Likewise.
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/install.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 97f5abe0b6c..920d2152729 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -214,7 +214,9 @@ You have been warned. Thanks for being so brave.\x1b[0m | |||
| 214 | (define bare-bones-os | 214 | (define bare-bones-os |
| 215 | (load "examples/bare-bones.tmpl")) | 215 | (load "examples/bare-bones.tmpl")) |
| 216 | 216 | ||
| 217 | (list (mingetty-service (mingetty-configuration | 217 | (list (service virtual-terminal-service-type) |
| 218 | |||
| 219 | (mingetty-service (mingetty-configuration | ||
| 218 | (tty "tty1") | 220 | (tty "tty1") |
| 219 | (auto-login "root"))) | 221 | (auto-login "root"))) |
| 220 | 222 | ||
