Blame SOURCES/0017-units-don-t-enable-tmp.mount-statically-in-local-fs..patch
|
|
152484 |
From 41ccc595538752f04f88c80fe7a9e283d4ef12c4 Mon Sep 17 00:00:00 2001
|
|
|
4295f9 |
From: Michal Sekletar <msekleta@redhat.com>
|
|
|
4295f9 |
Date: Wed, 22 Sep 2021 14:38:00 +0200
|
|
|
4295f9 |
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target
|
|
|
4295f9 |
|
|
|
4295f9 |
RHEL-only
|
|
|
4295f9 |
|
|
|
4eda52 |
Related: #2000927
|
|
|
4295f9 |
---
|
|
|
4295f9 |
units/meson.build | 3 +--
|
|
|
4295f9 |
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
4295f9 |
|
|
|
4295f9 |
diff --git a/units/meson.build b/units/meson.build
|
|
|
152484 |
index 69d53f4259..9eb535858a 100644
|
|
|
4295f9 |
--- a/units/meson.build
|
|
|
4295f9 |
+++ b/units/meson.build
|
|
|
152484 |
@@ -159,8 +159,7 @@ units = [
|
|
|
4295f9 |
['time-set.target', ''],
|
|
|
4295f9 |
['time-sync.target', ''],
|
|
|
4295f9 |
['timers.target', ''],
|
|
|
4295f9 |
- ['tmp.mount', '',
|
|
|
4295f9 |
- 'local-fs.target.wants/'],
|
|
|
4295f9 |
+ ['tmp.mount', ''],
|
|
|
4295f9 |
['umount.target', ''],
|
|
|
4295f9 |
['usb-gadget.target', ''],
|
|
|
4295f9 |
['user.slice', ''],
|