I have been looking into dracut for some time now, I copied some stuff from them on a few of my own scripts and they also have an actual test suite, that we currently can't use on Arch, but I plan to change that.
Is there any support for post hooks in Dracut?
ie. I want to sign the uefi image with sbsign, after it's built with `dracut --uefi …`
On 2019-06-11 18:02, Damjan Georgievski via arch-general wrote:
Is there any support for post hooks in Dracut?
ie. I want to sign the uefi image with sbsign, after it's built with `dracut --uefi …`
That would be cool, but dracut doesn't have this capability built in, see the last few lines of /usr/bin/dracut (https://github.com/dracutdevs/dracut/blob/8365177644bee107dcb66a71c8a7509900...) Might be worth submitting an upstream feature or pull request?
arch-general@lists.archlinux.org