[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30847: Cannot upgrade GuixSD due to check-device-initrd-modules
From: |
Ludovic Courtès |
Subject: |
bug#30847: Cannot upgrade GuixSD due to check-device-initrd-modules |
Date: |
Mon, 19 Mar 2018 17:51:16 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello Adam,
Adam Van Ymeren <address@hidden> skribis:
> My root device is on NVMe.
>
> In my current kernel config CONFIG_NVME_CORE is set to a module, which is
> included in my initrd.
>
> However upstream defconfig has been changed to CONFIG_NVME_CORE=y
Out of curiosity, what’s the current and target kernel versions?
Like Danny wrote, ‘check-device-initrd-modules’ can have false positives
as it is, in which case you have to use ‘--skip-checks’.
We could arrange to not have false positives, but the UX would be a
little less good because we’d first need to build the target kernel. So
I wonder how frequent the situation you experienced is.
Thanks for your report!
Ludo’.