[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'.
From: |
guix-commits |
Subject: |
02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'. |
Date: |
Wed, 5 Jun 2019 11:27:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0b051bacb34dbd5218f3342c47129b5ed676f155
Author: Ludovic Courtès <address@hidden>
Date: Wed Jun 5 16:38:35 2019 +0200
installer: Always add '%base-initrd-modules' to 'initrd-modules'.
Fixes <https://bugs.gnu.org/36099>.
Reported by Jonathan Brielmaier <address@hidden>.
* gnu/installer/parted.scm (initrd-configuration): Add
%BASE-INITRD-MODULES to the 'initrd-modules' field.
---
gnu/installer/parted.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm
index bd2640d..682e233 100644
--- a/gnu/installer/parted.scm
+++ b/gnu/installer/parted.scm
@@ -1318,7 +1318,8 @@ USER-PARTITIONS, or return nothing."
(()
'())
((modules ...)
- `((initrd-modules ',modules)))))
+ `((initrd-modules (append ',modules
+ %base-initrd-modules))))))
(define (user-partitions->configuration user-partitions)
"Return the configuration field for USER-PARTITIONS."
- branch master updated (4ab9ad1 -> 36273eb), guix-commits, 2019/06/05
- 09/13: gnu: Add Norwegian Nynorsk Aspell dictionary., guix-commits, 2019/06/05
- 01/13: etc: Fix GUIX_LOCPATH quoting in 'guix-publish.service' file., guix-commits, 2019/06/05
- 05/13: gnu: Add Danish Aspell dictionary., guix-commits, 2019/06/05
- 04/13: gnu: Add Belarusian Aspell dictionary., guix-commits, 2019/06/05
- 06/13: gnu: Add Finnish Aspell dictionary., guix-commits, 2019/06/05
- 02/13: installer: Always add '%base-initrd-modules' to 'initrd-modules'.,
guix-commits <=
- 07/13: gnu: Add Hindi Aspell dictionary., guix-commits, 2019/06/05
- 11/13: gnu: Add Ukrainian Aspell dictionary., guix-commits, 2019/06/05
- 13/13: services: cups: Create /var/cache on activation., guix-commits, 2019/06/05
- 08/13: gnu: Add Maori Aspell dictionary., guix-commits, 2019/06/05
- 10/13: gnu: Add Portuguese Portugal Aspell dictionary., guix-commits, 2019/06/05
- 12/13: doc: Fix typo., guix-commits, 2019/06/05
- 03/13: gnu: Add Arabic Aspell dictionary., guix-commits, 2019/06/05