guix-patches
[Top][All Lists]
Advanced

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

[bug#60055] [PATCH] scripts: system: Skip initrd modules check when usin


From: Ludovic Courtès
Subject: [bug#60055] [PATCH] scripts: system: Skip initrd modules check when using --target.
Date: Wed, 21 Dec 2022 14:34:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

> * guix/scripts/system.scm (perform-action): Do not call CHECK-INITRD-MODULES
> when the %current-target-system parameter is set.

[...]

> +      (unless (%current-target-system)
> +        ;; Skip the check if the user is making use of --target, as it 
> doesn't
> +        ;; make sense in this context.
> +        (check-initrd-modules os))))

s/doesn’t make sense.*/cannot be checked against the running kernel./

Otherwise LGTM, thanks!

Ludo’.





reply via email to

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