Hi there!
I have a setup with an encrypted root partition using LUKS. When I updated my system today, I was unable to reboot it afterwards. It turned out, that mkinitcpio had some errors during the update, which I had not noticed:
I am not familiar with (e)udev, but I guess that the problem stems from add_udev_rule being part of systemd's udev, but not being part of eudev. It would be nice if Obarun could provide a native cryptsetup package fixing the problem.
Best regards!
thededem
I have a setup with an encrypted root partition using LUKS. When I updated my system today, I was unable to reboot it afterwards. It turned out, that mkinitcpio had some errors during the update, which I had not noticed:
/usr/lib/initcpio/functions: Line 196: add_udev_rule: Command not found.
These errors seem to originate in the new version of cryptsetup. In version 2.4.1-2 the use of add_udev_rule was added to the package (see this commit). Downgrading cryptsetup to 2.4.1-1 fixed the problem for me.I am not familiar with (e)udev, but I guess that the problem stems from add_udev_rule being part of systemd's udev, but not being part of eudev. It would be nice if Obarun could provide a native cryptsetup package fixing the problem.
Best regards!
thededem