mhw pushed a commit to branch master
in repository guix.

commit 3e5783e2920dfd78f10e0e3b160fb310c6c810ca
Author: Mark H Weaver <m...@netris.org>
Date:   Thu Mar 15 23:08:02 2018 -0400

    linux-initrd: Autoload known-module-aliases, again.
    
    Fixes a regression introduced in 8ab10c19d72caab7459034a6e72b0117d7c5cec8.
    
    * gnu/system/mapped-devices.scm: Autoload 'known-module-aliases'.
---
 gnu/system/mapped-devices.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/system/mapped-devices.scm b/gnu/system/mapped-devices.scm
index 279d521..a2cca0a 100644
--- a/gnu/system/mapped-devices.scm
+++ b/gnu/system/mapped-devices.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <l...@gnu.org>
 ;;; Copyright © 2016 Andreas Enge <andr...@enge.fr>
-;;; Copyright © 2017 Mark H Weaver <m...@netris.org>
+;;; Copyright © 2017, 2018 Mark H Weaver <m...@netris.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,7 +32,7 @@
   #:use-module (gnu system uuid)
   #:autoload   (gnu build file-systems) (find-partition-by-luks-uuid)
   #:autoload   (gnu build linux-modules)
-                 (device-module-aliases matching-modules)
+                 (device-module-aliases matching-modules known-module-aliases)
   #:autoload   (gnu packages cryptsetup) (cryptsetup-static)
   #:autoload   (gnu packages linux) (mdadm-static)
   #:use-module (srfi srfi-1)

Reply via email to