guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: installer: Rename uvesafb shepherd service to may


From: guix-commits
Subject: branch master updated: installer: Rename uvesafb shepherd service to maybe-uvesafb.
Date: Mon, 20 Apr 2020 15:27:19 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 80dbad1  installer: Rename uvesafb shepherd service to maybe-uvesafb.
80dbad1 is described below

commit 80dbad18148568822a25c45621ac0656ea49e662
Author: Florian Pelz <address@hidden>
AuthorDate: Tue Apr 14 19:44:53 2020 +0200

    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.
---
 gnu/system/install.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 0965c4d..d31ed9a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]