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

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fe7529d  gnu: Remove 'file-systems requirement from 
kernel-module-loader.
fe7529d is described below

commit fe7529d71b8d7b09b48679c86e1155895afd92a4
Author: raid5atemyhomework <[email protected]>
AuthorDate: Fri Jan 8 09:41:25 2021 +0800

    gnu: Remove 'file-systems requirement from kernel-module-loader.
    
    * gnu/services/linux.scm (kernel-module-loader-shepherd-service):
    Remove 'file-systems requirement.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/services/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm
index 1046a7e..340b330 100644
--- a/gnu/services/linux.scm
+++ b/gnu/services/linux.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2020 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2020 Brice Waegeneire <[email protected]>
 ;;; Copyright © 2020 Efraim Flashner <[email protected]>
+;;; Copyright © 2021 raid5atemyhomework <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -150,7 +151,7 @@ representation."
      (shepherd-service
       (documentation "Load kernel modules.")
       (provision '(kernel-module-loader))
-      (requirement '(file-systems))
+      (requirement '())
       (one-shot? #t)
       (modules `((srfi srfi-1)
                  (srfi srfi-34)

Reply via email to