diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-04-14 12:56:44 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-14 13:01:58 +0200 |
| commit | 893651af3ec8ea003404cfefbbaa4fcd56dad3d5 (patch) | |
| tree | a7665167fa090241c8601eb60da8b9355b94df3d | |
| parent | 8e4d1493f1d56e29252eb7a36b3eee2a0e073ee4 (diff) | |
installer: Open manual in the selected language on tty2.
Fixes <https://bugs.gnu.org/40624>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
Regression introduced in b5c2d93d7a223155898dd0ed6932f6acf78ac454.
* gnu/installer.scm (apply-locale): Remove 'lambda' around
'stop-service' and 'start-service' calls.
| -rw-r--r-- | gnu/installer.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm index d2b7fc327da..1051ee1e5fb 100644 --- a/gnu/installer.scm +++ b/gnu/installer.scm | |||
| @@ -118,9 +118,8 @@ version of this file." | |||
| 118 | ;; printed on the console. | 118 | ;; printed on the console. |
| 119 | (parameterize ((shepherd-message-port | 119 | (parameterize ((shepherd-message-port |
| 120 | (%make-void-port "w"))) | 120 | (%make-void-port "w"))) |
| 121 | (lambda () | 121 | (stop-service 'term-tty2) |
| 122 | (stop-service 'term-tty2) | 122 | (start-service 'term-tty2 (list locale)))))) |
| 123 | (start-service 'term-tty2 (list locale))))))) | ||
| 124 | 123 | ||
| 125 | (define* (compute-locale-step #:key | 124 | (define* (compute-locale-step #:key |
| 126 | locales-name | 125 | locales-name |
