search for: 0c0a3f4

Displaying 4 results from an estimated 4 matches for "0c0a3f4".

2009 Aug 03
1
[PATCH node-image] leave ssh open for devel builds
devel builds have empty root password Bug 513633 - Provide a way of setting the root password for oVirt Node --- common-post.ks | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index dcd44d6..0c0a3f4 100644 --- a/common-post.ks +++ b/common-post.ks @@ -115,6 +115,10 @@ sed -i '/rm -f \/etc\/yp.conf/d' $DHSCRIPT if rpm -q --qf '%{release}' ovirt-node | grep -q "^0\." ; then echo "Building in developer mode, leaving root account unlocked" + augtool &...
2009 Sep 01
1
[PATCH node-image] readonly rootfs setup
...ad only rootfs, all needed writable directories are in the tmpfs. Signed-off-by: Joey Boggs <jboggs at redhat.com> --- common-post.ks | 12 ++++++++++++ ovirt-node-image.ks | 1 + 2 files changed, 13 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index 0c0a3f4..44a0270 100644 --- a/common-post.ks +++ b/common-post.ks @@ -146,3 +146,15 @@ EOF # Remove the default logrotate daily cron job # since we run it every 10 minutes instead. rm -f /etc/cron.daily/logrotate + +# comment out /etc/* entries in rwtab to prevent overlapping mounts +sed -i '/^files...
2009 Sep 16
1
Final push candidate...
This patch goes with the node patch just sent, and is ready for pushing upstream. I'll be doing the blacklisting in a later patch once this is upstream.
2009 Sep 17
0
[PATCH node-image] enable NFS for storing libvirt image
turn on SELinux boolean virt_use_nfs --- common-post.ks | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index 0c0a3f4..688ba9d 100644 --- a/common-post.ks +++ b/common-post.ks @@ -132,6 +132,11 @@ chmod 700 /root/.ssh # fix iSCSI/LVM startup issue sed -i 's/node\.session\.initial_login_retry_max.*/node.session.initial_login_retry_max = 60/' /etc/iscsi/iscsid.conf +# enable NFS for storing libvirt image...