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:
parent
2842a42b51
commit
0d9d151424
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user