[Ovirt-devel] [PATCH] Added two libvirt directories to the initial node image that are not created by the RPM.

Darryl L. Pierce dpierce at redhat.com
Fri Oct 30 19:39:45 UTC 2009


Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 common-post.ks |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/common-post.ks b/common-post.ks
index 3a23c02..d02c946 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -143,6 +143,9 @@ alias vi="mod_vi"
 alias ping='ping -c 3'
 EOF
 
+mkdir /etc/libvirt/qemu
+mkdir /etc/libvirt/storage
+
 # Remove the default logrotate daily cron job
 # since we run it every 10 minutes instead.
 rm -f /etc/cron.daily/logrotate
-- 
1.6.2.5




More information about the ovirt-devel mailing list