X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=bc7ea9daed4fbf536119fec9cff0f0d7022cc11f;hp=8cc25306f5e49ec16c7556a36f577bb5591a1539;hb=2db9ecac35f9f18b9cd76e5026c31c5eb015ac8c;hpb=af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa diff --git a/Makefile.am b/Makefile.am index 8cc25306f..bc7ea9dae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -188,6 +188,7 @@ dist_systemunit_DATA = \ units/halt.target \ units/kexec.target \ units/local-fs.target \ + units/cryptsetup.target \ units/network.target \ units/nss-lookup.target \ units/mail-transfer-agent.target \ @@ -1161,12 +1162,14 @@ install-data-hook: fsck-root.service \ remount-rootfs.service \ var-run.mount \ - var-lock.mount && \ + var-lock.mount \ + cryptsetup.target && \ $(LN_S) ../systemd-remount-api-vfs.service systemd-remount-api-vfs.service && \ $(LN_S) ../fsck-root.service fsck-root.service && \ $(LN_S) ../remount-rootfs.service remount-rootfs.service && \ $(LN_S) ../var-run.mount var-run.mount && \ - $(LN_S) ../var-lock.mount var-lock.mount ) + $(LN_S) ../var-lock.mount var-lock.mount && \ + $(LN_S) ../cryptsetup.target ) ( cd $(DESTDIR)$(userunitdir) && \ rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target && \ $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \