Create var/run/dbus directory on s390x (#787217)
Ack.
On 02/07/2012 10:16 AM, Martin Gracik wrote:
s390x has no systemd, so we need to create the directory.
---
share/runtime-postinstall.tmpl | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/share/runtime-postinstall.tmpl b/share/runtime-postinstall.tmpl
index 9b69455..2d37a2b 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -82,6 +82,7 @@ replace "root:*:" "root::" etc/shadow
runcmd ssh-keygen -q -C "" -N "" -t dsa -f ${root}/etc/ssh/ssh_host_dsa_key
chmod etc/ssh/ssh_host*_key 600
chmod etc/ssh/ssh_host*_key.pub 644
+ mkdir var/run/dbus
%endif
## gconf settings
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|