summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2020-04-14 19:44:53 +0200
committerFlorian Pelz <pelzflorian@pelzflorian.de>2020-04-20 19:24:21 +0000
commit80dbad18148568822a25c45621ac0656ea49e662 (patch)
tree170737efe6fbe2dee1e9629f6b912ed5ac2670d0
parent9b3c231e3c144de11d670dff362be3afdd0f4d27 (diff)
downloadpatches-80dbad18148568822a25c45621ac0656ea49e662.tar
patches-80dbad18148568822a25c45621ac0656ea49e662.tar.gz
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 0ad60b2a89d6d387236466e0bcdd61ac489fca37. * gnu/system/install.scm (uvesafb-shepherd-service): Adjust provision and description fields.
-rw-r--r--gnu/system/install.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 0965c4d237..d31ed9a197 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -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.