search for: dcd44d6

Displaying 1 result from an estimated 1 matches for "dcd44d6".

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" +...