summaryrefslogtreecommitdiffstats
path: root/patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch')
-rw-r--r--patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch b/patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch
deleted file mode 100644
index d263d6495..000000000
--- a/patches/systemd-234/0100-build-don-t-install-broken-var-lib-machines.mount-li.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Michael Olbrich <m.olbrich@pengutronix.de>
-Date: Wed, 13 Sep 2017 12:24:17 +0200
-Subject: [PATCH] build: don't install broken var-lib-machines.mount link if
- machined is disabled
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- Makefile.am | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Makefile.am b/Makefile.am
-index c16e62280be7..ff10cfe4cd97 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -6602,8 +6602,10 @@ LOCAL_FS_TARGET_WANTS += \
- systemd-remount-fs.service \
- tmp.mount
-
-+if ENABLE_MACHINED
- REMOTE_FS_TARGET_WANTS += \
- var-lib-machines.mount
-+endif
-
- MULTI_USER_TARGET_WANTS += \
- getty.target \