summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-02-27 00:11:38 +0000
committerLudovic Courtès <ludo@gnu.org>2023-04-07 17:57:02 +0200
commit4f27c4e681e1145471cebc13ec8c97756a991fe9 (patch)
treefd494152d0880556b1460492148807ffe72b6a20 /gnu
parentaeb5df82dddfa84d91afd4373189d968e6377574 (diff)
services: base: Remove 'console-keymap-service-type' variable.
* gnu/services/base.scm (console-keymap-service-type): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/services/base.scm15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index e063828d3b..4a358945ea 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -814,21 +814,6 @@ host names."
#t ;default to UTF-8
(description "Ensure the Linux virtual terminals run in UTF-8 mode.")))
-(define console-keymap-service-type
- (shepherd-service-type
- 'console-keymap
- (lambda (files)
- (shepherd-service
- (documentation (string-append "Load console keymap (loadkeys)."))
- (provision '(console-keymap))
- (start #~(lambda _
- (zero? (system* #$(file-append kbd "/bin/loadkeys")
- #$@files))))
- (respawn? #f)))
- (description "@emph{This service is deprecated in favor of the
-@code{keyboard-layout} field of @code{operating-system}.} Load the given list
-of console keymaps with @command{loadkeys}.")))
-
(define %default-console-font
;; Note: the 'font-gnu-unifont' package cannot be cross-compiled (yet), but
;; its "psf" output is the same whether it's built natively or not, hence