]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
crypt: do not run systemd crypt generator
authorHarald Hoyer <harald@redhat.com>
Tue, 4 Sep 2012 07:49:45 +0000 (09:49 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 4 Sep 2012 07:49:45 +0000 (09:49 +0200)
"systemctl daemon-reload" does it already for us

modules.d/90crypt/crypt-run-generator.sh

index f2f2da15897275fc0d818816043a49efcbb1a878..224e51180b1e078e5e831a43ccd88aa0eb9a6326 100755 (executable)
@@ -12,7 +12,6 @@ if [ -f /etc/crypttab ]; then
 fi
 
 echo "$luks $dev" >> /etc/crypttab
-/lib/systemd/system-generators/systemd-cryptsetup-generator
 systemctl daemon-reload
 systemctl start cryptsetup.target
 exit 0