From 425db1e1284d14e255694d9f84a75df0eecb8641 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Fri, 19 Mar 2010 01:58:20 +0100 Subject: [PATCH] Create directories for dbus --- etc/templates/initrd.ltmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/templates/initrd.ltmpl b/etc/templates/initrd.ltmpl index a1a69754..4df203d0 100644 --- a/etc/templates/initrd.ltmpl +++ b/etc/templates/initrd.ltmpl @@ -89,6 +89,8 @@ copy "bin/dbus-uuidgen" copy "bin/dbus-daemon" copy "etc/dbus-1/system.conf" copy "${libdir}/dbus-1/dbus-daemon-launch-helper" +makedirs "var/lib/dbus" +makedirs "var/run/dbus" ## wpa_supplicant copy "usr/sbin/wpa_passphrase"