--- Begin Message ---
Subject: |
guix deploy should have --skip-checks |
Date: |
Fri, 24 Dec 2021 05:05:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
If a customized kernel is build with "non standard" (initrd) modules, one
needs --skip-checks for guix system reconfigure.
This can't be deployed, because guix deploy has no --skip-checks.
I came up with this issue in #irc and Ludo said, we should have a bug,
so we don't forget ;)
Love, Peace & Guix!
--
Q. What is the best prefix for global variables?
A: //
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#52766: guix deploy should have --skip-checks |
Date: |
Mon, 17 Jan 2022 00:00:58 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello!
Michael Rohleder <mike@rohleder.de> skribis:
> If a customized kernel is build with "non standard" (initrd) modules, one
> needs --skip-checks for guix system reconfigure.
> This can't be deployed, because guix deploy has no --skip-checks.
I addressed that in 084b76a70a6b302529f3450e6d07f1d105a10f7d, not by
adding ‘--skip-checks’, but instead by adding a ‘safety-checks?’ field
to <machine-ssh-configuration>. This is consistent with the
‘allow-upgrades?’ field that was added to skip downgrade checks.
Let me know what you think!
Thanks,
Ludo’.
--- End Message ---