Fedora 24 Minimal Base Installation Guide - rharmonson/richtech GitHub Wiki
I use the same process for Fedora 24 as CentOS 7.2.1511 with the cited modifications.
CentOS 7.2.1511 Guide
https://github.com/rharmonson/richtech/wiki/CentOS-7-1511-Minimal-x86_64-Base-Installation-Guide
Modifications
- Disable 'predictable network names' feature following the instructions below.
- Do not setup the EPEL nor oVirt repositories for the packages exist in Fedora repository
- After the removal of firewalld, enable network service using
systemctl enable network
Fedora & Predictable Network Names
During installation, select and append kernel parameters net.ifnames and biosdevname. This can be done after installation of Fedora, but the procedure is much more complex and can be found at http://unix.stackexchange.com/questions/81834/how-can-i-change-the-default-ens33-network-device-to-old-eth0-on-fedora-19.
vmlinuz .. net.ifnames=0 biosdevname=0