search for: 3a23c02

Displaying 1 result from an estimated 1 matches for "3a23c02".

Did you mean: 32302
2009 Oct 30
0
[PATCH] Added two libvirt directories to the initial node image that are not created by the RPM.
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...