[node-patches] Change in ovirt-node[master]: recipe: Include dmsquash-live module
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Apr 24 09:25:22 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: recipe: Include dmsquash-live module
......................................................................
recipe: Include dmsquash-live module
Change-Id: Ia3981b49a25c098990b7a5de911fbd34f9df45f3
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/ovirt19-post.ks
M recipe/rhevh7-post.ks
2 files changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/38/27038/1
diff --git a/recipe/ovirt19-post.ks b/recipe/ovirt19-post.ks
index 06eed77..0aa923e 100644
--- a/recipe/ovirt19-post.ks
+++ b/recipe/ovirt19-post.ks
@@ -21,6 +21,13 @@
# permit it to run the virsh console
echo "anyterm ALL=NOPASSWD: /usr/bin/virsh console *" >> /etc/sudoers
+# dracut config
+cat <<_EOF_ > /etc/dracut.conf.d/ovirt-node.conf
+
+add_dracutmodules+="dmsquash-live"
+
+_EOF_
+
# systemd configuration
# set default runlevel to multi-user(3)
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index d3193a3..5672457 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -40,3 +40,10 @@
# set maxlogins to 3
echo "* - maxlogins 3" >> /etc/security/limits.conf
+
+# dracut config
+cat <<_EOF_ > /etc/dracut.conf.d/ovirt-node.conf
+
+add_dracutmodules+="dmsquash-live"
+
+_EOF_
--
To view, visit http://gerrit.ovirt.org/27038
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3981b49a25c098990b7a5de911fbd34f9df45f3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list