Douglas Schilling Landgraf has uploaded a new change for review. Change subject: rhevh7: remove symbol link from el6 ......................................................................
rhevh7: remove symbol link from el6 rhevh7-install.ks and rhevh7-minimizer.ks should have their own version of these files to be adapted as needed. This patch removes the symbol links and add the files. Change-Id: I3cdb202a2f8388242231ca282f7a469aa5ab7302 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- D recipe/rhevh7-install.ks A recipe/rhevh7-install.ks D recipe/rhevh7-minimizer.ks A recipe/rhevh7-minimizer.ks 4 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/30588/1 diff --git a/recipe/rhevh7-install.ks b/recipe/rhevh7-install.ks deleted file mode 120000 index aa18149..0000000 --- a/recipe/rhevh7-install.ks +++ /dev/null @@ -1 +0,0 @@ -rhevh6-install.ks \ No newline at end of file diff --git a/recipe/rhevh7-install.ks b/recipe/rhevh7-install.ks new file mode 100644 index 0000000..a97b4a5 --- /dev/null +++ b/recipe/rhevh7-install.ks @@ -0,0 +1,3 @@ +services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-cim,cgconfig,mcelog,tuned --disabled=netfs,ovirt-awake,libvirt-guests,libvirtd,kdump + + diff --git a/recipe/rhevh7-minimizer.ks b/recipe/rhevh7-minimizer.ks deleted file mode 120000 index 028313d..0000000 --- a/recipe/rhevh7-minimizer.ks +++ /dev/null @@ -1 +0,0 @@ -rhevh6-minimizer.ks \ No newline at end of file diff --git a/recipe/rhevh7-minimizer.ks b/recipe/rhevh7-minimizer.ks new file mode 100644 index 0000000..e2ef3cb --- /dev/null +++ b/recipe/rhevh7-minimizer.ks @@ -0,0 +1,7 @@ +# RHEL specific image minimization +droprpm cvs +droprpm gettext +droprpm hesiod +droprpm procmail +droprpm sendmail +drop /etc/rc.d/init.d/libvirt-guests -- To view, visit http://gerrit.ovirt.org/30588 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3cdb202a2f8388242231ca282f7a469aa5ab7302 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
