installer: Offer 'gpm-service-type' for non-graphical systems.

* gnu/installer/services.scm (%system-services): Add the gpm-service-type.
This commit is contained in:
Leo Famulari 2021-04-23 20:42:28 -04:00
parent 2842a42b51
commit 0d9d151424
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@
(type 'administration)
(recommended? #t)
(snippet '((service ntp-service-type))))
(system-service
(name (G_ "GPM mouse daemon, to use the mouse on the console"))
(type 'administration)
(snippet '((service gpm-service-type))))
;; Network connectivity management.
(system-service