Displaying 4 results from an estimated 4 matches for "dhscript".
Did you mean:
descript
2009 Aug 03
1
[PATCH node-image] leave ssh open for devel builds
...ing 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 <<\EOF
+set /files/etc/ssh/sshd_config/PermitEmptyPasswords yes
+save
+EOF
else
echo "Building in product...
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2013 May 10
4
remotely mounting client disks in p2v server
Just spent a little time poking around w/ p2v and am attaching the
following pseudo-code for consideration. Note the patches aren't commit
ready yet, just looking for thoughts
- The first is a fix to get client image building process working on F17.
It seems the version of ksflatten there didn't expand the nested %includes
which was causing errors (also --interpreter image-minimizer