Sandro Bonazzola has uploaded a new change for review. Change subject: centos7: load dummy module at boot ......................................................................
centos7: load dummy module at boot load dummy module at boot. It was loaded by default in el6. Change-Id: I906cb1135bf3507e4d5e7123fd34924388cc29b9 Signed-off-by: Sandro Bonazzola <[email protected]> --- M centos-7/kickstart/ovirt-live-ovirt-custom.ks.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/74/37674/1 diff --git a/centos-7/kickstart/ovirt-live-ovirt-custom.ks.in b/centos-7/kickstart/ovirt-live-ovirt-custom.ks.in index 004e3d3..135dd04 100644 --- a/centos-7/kickstart/ovirt-live-ovirt-custom.ks.in +++ b/centos-7/kickstart/ovirt-live-ovirt-custom.ks.in @@ -119,4 +119,7 @@ sed -i 's/pc-0.14/rhel6.5.0/' /usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/0000_config.sql + +echo "alias dummy0 dummy" >> /etc/modprobe.d/dummy.conf + %end -- To view, visit http://gerrit.ovirt.org/37674 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I906cb1135bf3507e4d5e7123fd34924388cc29b9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-live Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
