guix-patches
[Top][All Lists]
Advanced

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

[bug#30629] [PATCH 4/5] system: Add 'initrd-modules' field.


From: Danny Milosavljevic
Subject: [bug#30629] [PATCH 4/5] system: Add 'initrd-modules' field.
Date: Thu, 1 Mar 2018 19:39:18 +0100

> --- a/gnu/system.scm
> +++ b/gnu/system.scm
> @@ -74,6 +74,7 @@
>              operating-system-kernel
>              operating-system-kernel-file
>              operating-system-kernel-arguments
> +            operating-system-initrd-modules
>              operating-system-initrd
>              operating-system-users
>              operating-system-groups
> @@ -152,8 +153,13 @@ booted from ROOT-DEVICE"
>                      (default '()))                ; list of gexps/strings
>    (bootloader operating-system-bootloader)        ; 
> <bootloader-configuration>
>  
> +

Nitpick: Another empty line ? :)

Otherwise LGTM!





reply via email to

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