Quote:
Originally Posted by marcin-
I noticed if I reinstall fonconfig package which is installed during create solus strata causes the same problem.
|
I'm not very familiar with Solus, but it appears eopkg runs depmod on every package (re)install irrelevant of whether or not it owns the kernel or the package does anything with/to modules.
Pinning depmod didn't work. Presumably eopkg either sets its own `$PATH` or uses the path to its depmod rather than search the `$PATH`.
While it's not ideal, I think I have a fix that at least keeps the system bootable. When booting, Bedrock can detect the empty `modules.dep` and generate a good `modules.dep` with its zstd-aware `depmod`. Downsides to this solution include:
- Without manual intervention (e.g. running a ztsd-aware `depmod` manually) the system will not be able to load modules between running `eopkg it [...]` and rebooting.
- This will slightly slow rebooting after an `eopkg it` as Bedrock runs `depmod`.
but at least the system boots.
I have included both the above described GRUB theme fix and module handling fix in 0.7.22beta2. If you could try it out and confirm for me that it works as expected and resolves your difficulties here, I'd greatly appreciate it.
If you're installing fresh, you can use the beta installer from here:
https://raw.githubusercontent.com/be...7beta/releases
or if you're fixing things in-place (e.g. with a backup kernel) instructions to update to the beta are here:
https://bedrocklinux.org/0.7/beta-channel.html