]> git.ipfire.org Git - thirdparty/dracut.git/commit
90crypt: Do not call cryptsetup in a systemd environment
authorDaniel Molkentin <dmolkentin@suse.com>
Tue, 29 Oct 2019 13:29:34 +0000 (14:29 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 4 Mar 2020 08:22:09 +0000 (09:22 +0100)
commit452cb404972a33afebbda2929d68b6dfe15147dc
tree2abd999d410c11027641fba5dfef31396d65953b
parent286f2a04a139e631c4be04611df2d4d0842b85dd
90crypt: Do not call cryptsetup in a systemd environment

systemd provides its own cryptsetup facilities, and the
cryptsetup binary might not even exist, failing
to execute the discard flag processing.

Fixes #602
modules.d/90crypt/crypt-run-generator.sh