To prepare a RHEL/CentOS/etc host for cloning (eg, duplicating a Virtual Machine or creating a VM Template), use the following commands as the last steps:
touch /.unconfigured rm -f /etc/ssh/ssh_host_* ifdown eth0 sed -i '/^HWADDR=.*$/d' /etc/sysconfig/network-scripts/ifcfg-eth0 ifup eth0 rm -f /etc/udev/rules.d/70-persistent-net.rules shutdown -h now
Source: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.0/html/Evaluation_Guide/Evaluation_Guide-Create_RHEL_Template.html