summary refs log tree commit diff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-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 c1481d13e2..822c4e3cfa 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.