You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
973 B
26 lines
973 B
From 41ccc595538752f04f88c80fe7a9e283d4ef12c4 Mon Sep 17 00:00:00 2001 |
|
From: Michal Sekletar <msekleta@redhat.com> |
|
Date: Wed, 22 Sep 2021 14:38:00 +0200 |
|
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target |
|
|
|
RHEL-only |
|
|
|
Related: #2000927 |
|
--- |
|
units/meson.build | 3 +-- |
|
1 file changed, 1 insertion(+), 2 deletions(-) |
|
|
|
diff --git a/units/meson.build b/units/meson.build |
|
index 69d53f4259..9eb535858a 100644 |
|
--- a/units/meson.build |
|
+++ b/units/meson.build |
|
@@ -159,8 +159,7 @@ units = [ |
|
['time-set.target', ''], |
|
['time-sync.target', ''], |
|
['timers.target', ''], |
|
- ['tmp.mount', '', |
|
- 'local-fs.target.wants/'], |
|
+ ['tmp.mount', ''], |
|
['umount.target', ''], |
|
['usb-gadget.target', ''], |
|
['user.slice', ''],
|
|
|