mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
9b3c231e3c
commit
80dbad1814
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ (define %nscd-minimal-caches
|
||||||
;; support Kernel Mode Setting. Otherwise kmscon is missing /dev/fb0.
|
;; support Kernel Mode Setting. Otherwise kmscon is missing /dev/fb0.
|
||||||
(define (uvesafb-shepherd-service _)
|
(define (uvesafb-shepherd-service _)
|
||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(documentation "Load the uvesafb kernel module.")
|
(documentation "Load the uvesafb kernel module if needed.")
|
||||||
(provision '(uvesafb))
|
(provision '(maybe-uvesafb))
|
||||||
(requirement '(file-systems))
|
(requirement '(file-systems))
|
||||||
(start #~(lambda ()
|
(start #~(lambda ()
|
||||||
;; uvesafb is only supported on x86 and x86_64.
|
;; uvesafb is only supported on x86 and x86_64.
|
||||||
|
|
Loading…
Reference in a new issue