Commit bf0c182
Emilien Macchi
build/base: symlink dbus only in /run/dbus
In previous patches, we symblinked all /run to /var/run but it broke
some services like cloud-init: some symlinks were using relative paths
in /run and because of the symlink to /var/run, cloud-init was broken
(maybe and for sure other services thinkin they are in /run).
[root@os-ci-test4 ~]# ls -al /run/cloud-init/
total 0
drwxr-xr-x 2 root root 60 Aug 21 06:47 .
drwxr-xr-x 24 root root 720 Aug 21 06:47 ..
lrwxrwxrwx 1 root root 36 Aug 21 06:47 status.json ->
../../var/lib/cloud/data/status.json
[root@os-ci-test4 ~]# ls -al /var/run/cloud-init/
total 0
drwxr-xr-x 2 root root 60 Aug 21 06:47 .
drwxr-xr-x 24 root root 720 Aug 21 06:47 ..
lrwxrwxrwx 1 root root 36 Aug 21 06:47 status.json ->
../../var/lib/cloud/data/status.json
This patch create a symlink from /var/run/dbus/system_bus_socket to
/run/dbus/ because it's today the only one issue we had in the
deployment of RHEL7.
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>1 parent 70368ab commit bf0c182
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
338 | | - | |
| 337 | + | |
| 338 | + | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments