[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60055: [PATCH] scripts: system: Skip initrd modules check when using
From: |
Maxim Cournoyer |
Subject: |
bug#60055: [PATCH] scripts: system: Skip initrd modules check when using --target. |
Date: |
Wed, 21 Dec 2022 14:24:19 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
Ludovic Courtès <ludo@gnu.org> writes:
> 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!
Thanks for precising the comment. Applied with the suggestion!
--
Thanks,
Maxim