mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2026-01-10 01:15:32 +01:00
A finished hook prevents dracut-initqueue from exiting and lets it finish the batched jobs. Without a "finished hook" and without "root=<dev>" on the kernel command line, the reencrypt job would not be executed. Normally you want to reencrypt without a "root=<dev>" on the kernel command and want to reboot after the reencrypt job is done. This patch adds the missing "finished hook".