installer: Rename uvesafb shepherd service to maybe-uvesafb.

Because the installer's uvesafb service loads uvesafb only on some machines.

This is a follow-up to commit 0ad60b2a89.

* gnu/system/install.scm (uvesafb-shepherd-service): Adjust provision and
description fields.
This commit is contained in:
Florian Pelz 2020-04-14 19:44:53 +02:00
parent 9b3c231e3c
commit 80dbad1814
No known key found for this signature in database
GPG Key ID: 300888CB39C63817

View File

@ -296,8 +296,8 @@ the user's target storage device rather than on the RAM disk."
;; support Kernel Mode Setting. Otherwise kmscon is missing /dev/fb0.
(define (uvesafb-shepherd-service _)
(list (shepherd-service
(documentation "Load the uvesafb kernel module.")
(provision '(uvesafb))
(documentation "Load the uvesafb kernel module if needed.")
(provision '(maybe-uvesafb))
(requirement '(file-systems))
(start #~(lambda ()
;; uvesafb is only supported on x86 and x86_64.