Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Remove redudndant mkdump patch ......................................................................
recipe: Remove redudndant mkdump patch Change-Id: Ibfb8c53f974d37bfb95ef708991b3757c233c31d Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/rhevh6-post.ks 1 file changed, 1 insertion(+), 26 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/07/35007/1 diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks index 522c3e9..4389a37 100644 --- a/recipe/rhevh6-post.ks +++ b/recipe/rhevh6-post.ks @@ -177,7 +177,7 @@ if [ ! -z $cmd_who ]; then cat > /usr/bin/virt-who <<EOF_virt_who - #!/bin/sh + !/bin/sh exec /usr/bin/python /usr/share/virt-who/$cmd_who "\$@" EOF_virt_who fi @@ -185,31 +185,6 @@ # set maxlogins to 3 echo "* - maxlogins 3" >> /etc/security/limits.conf - -# rhbz#738170 -patch -d /sbin -p0 << \EOF_mkdumprd ---- /sbin/mkdumprd.orig 2011-10-06 06:37:49.000000000 +0000 -+++ /sbin/mkdumprd 2011-11-01 04:21:19.000000000 +0000 -@@ -583,7 +583,7 @@ - eth*.*) - modalias=8021q - ;; -- br*) -+ rhevm|br*) - modalias=bridge - ;; - *) -@@ -756,7 +756,7 @@ - echo >> $MNTIMAGE/etc/ifcfg-$dev - echo "BUS_ID=\"Bonding\"" >> $MNTIMAGE/etc/ifcfg-$dev - ;; -- br*) -+ rhevm|br*) - for j in `ls /sys/class/net/$dev/brif` - do - handlenetdev $j - -EOF_mkdumprd patch -d /etc/init.d -p0 << \EOF_functions --- functions.orig 2014-01-03 21:22:50.061036793 -0500 -- To view, visit http://gerrit.ovirt.org/35007 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibfb8c53f974d37bfb95ef708991b3757c233c31d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
