Darryl L. Pierce
2009-Oct-30 19:39 UTC
[Ovirt-devel] [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 /etc/cron.daily/logrotate -- 1.6.2.5
Maybe Matching Threads
- [PATCH node] Compress all rotated logs.
- [PATCH node] Make all yes/no prompts consistent. rhbz#508778
- [PATCH node-image] Expanded the size of the livecd image.
- [PATCH node] Users can now work with remote libvirt hosts.
- [PATCH node] Filters out all non-physical networking devices.