guix-commits
[Top][All Lists]
Advanced

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

branch version-1.1.0 updated: installer: Only load uvesafb kernel module


From: guix-commits
Subject: branch version-1.1.0 updated: installer: Only load uvesafb kernel module when needed.
Date: Tue, 14 Apr 2020 09:07:11 -0400

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

pelzflorian pushed a commit to branch version-1.1.0
in repository guix.

The following commit(s) were added to refs/heads/version-1.1.0 by this push:
     new 0ad60b2  installer: Only load uvesafb kernel module when needed.
0ad60b2 is described below

commit 0ad60b2a89d6d387236466e0bcdd61ac489fca37
Author: Florian Pelz <address@hidden>
AuthorDate: Tue Apr 14 14:49:25 2020 +0200

    installer: Only load uvesafb kernel module when needed.
    
    This is a follow-up to commit 557e6820a77b24f8f3f03f28ee473137b1caeb64.
    
    * gnu/system/install.scm (uvesafb-shepherd-service): Check
    that /dev/fb0 is not already present.
---
 gnu/system/install.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 203a085..0965c4d 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -304,6 +304,7 @@ the user's target storage device rather than on the RAM 
disk."
                     (or (not (and (string-suffix? "linux-gnu" %host-type)
                                   (or (string-prefix? "x86_64" %host-type)
                                       (string-prefix? "i686" %host-type))))
+                        (file-exists? "/dev/fb0")
                         (invoke #+(file-append kmod "/bin/modprobe")
                                 "uvesafb"
                                 (string-append "v86d=" #$v86d "/sbin/v86d")



reply via email to

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