First, my EOS/Cinnamon works fine, I’m just a little confused about the dracut 108 status.
There are two repos on GitHub:
dracutdevs/dracut, mentioned in Discovery, empty Wiki, apparently stalled, at v060dracut-ng/dracut-ng, empty Wiki, at v108
Dracut is also handled “specially” by EOS, since there were some problems in 107/108 regarding multiple kernels (LTS).
I haven’t yet used the LTS kernel, and followed normal EOS updates all along, getting dracut 106, a held-back 107, lately 108 in an “EOS version”.
Now my Pacman shows some “installed” info that confuses me a little:
$ LANG=C pacman -Ss dracut
endeavouros/dracut 108_eos-1 [installed]
An event driven initramfs infrastructure
endeavouros/eos-dracut 1.7-1
Dracut scripts and hooks for EndeavourOS
endeavouros/kernel-install-for-dracut 1.13-1 [installed]
Enables systemd-boot automation using kernel-install with dracut
extra/dracut 108-1 [installed: 108_eos-1]
An event driven initramfs infrastructure
$ LANG=C pacman -Qs dracut
local/dracut 108_eos-1
An event driven initramfs infrastructure
local/kernel-install-for-dracut 1.13-1
Enables systemd-boot automation using kernel-install with dracut
Looks like I have
endeavouros/dracut 108_eos-1 [installed]andendeavouros/kernel-install-for-dracut 1.13-1 [installed]andextra/dracut 108-1 [installed: 108_eos-1]
but not
endeavouros/eos-dracut 1.7-1
and the three above are shown as only two in pacman -Qs.
How come? Is that okay? Should I be concerned?