Displaying 1 result from an estimated 1 matches for "5531e08".
Did you mean:
55108
2009 Sep 29
2
[PATCH node-image] add /var/lib/dnsmasq to rwtab
Virtual networks can now be created and destroyed with a r/o filesystem.
Signed-off-by: Michael Burns <mburns at redhat.com>
---
common-post.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/common-post.ks b/common-post.ks
index 44a0270..5531e08 100644
--- a/common-post.ks
+++ b/common-post.ks
@@ -151,6 +151,7 @@ rm -f /etc/cron.daily/logrotate
sed -i '/^files \/etc*/ s/^/#/' /etc/rwtab
cat > /etc/rwtab.d/ovirt <<EOF
files /etc
+dirs /var/lib/dnsmasq
files /var/cache/libvirt
files /var/cache/hald
files /var/empty/...