mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
services: base: Remove 'console-font-service' procedure.
* gnu/services/base.scm (console-font-service): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4f27c4e681
commit
189d30d727
1 changed files with 0 additions and 8 deletions
|
@ -886,14 +886,6 @@ (define console-font-service-type
|
|||
\"/share/consolefonts/ter-132n\"))) ; for HDPI
|
||||
@end example\n")))
|
||||
|
||||
(define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))
|
||||
"This procedure is deprecated in favor of @code{console-font-service-type}.
|
||||
|
||||
Return a service that sets up Unicode support in @var{tty} and loads
|
||||
@var{font} for that tty (fonts are per virtual console in Linux.)"
|
||||
(simple-service (symbol-append 'console-font- (string->symbol tty))
|
||||
console-font-service-type `((,tty . ,font))))
|
||||
|
||||
(define %default-motd
|
||||
(plain-file "motd" "This is the GNU operating system, welcome!\n\n"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue