Wrote this comment a while ago for anyone wondering about this:<p>Just installed it in a VM, changes that jumped out at me:<p>• No Python (that you should develop against) installed out of the box. There's a /usr/libexec/platform-python (3.6) that yum (dnf) runs against, and then python2/python3 packages you can optionally install if you want to run python scripts.<p>• Kernel 4.18<p>• No more ntpd, chrony only<p>• /etc/sysconfig/network-scripts is a ghost town, save for a lonely ifcfg file for my network adapter. No more /etc/init.d/network, so /etc/init.d is finally cleaned out. It looks like static routes still go in route-<adapter> and you ifdown/ifup to pull those in (it calls nmcli).<p>• Pretty colors when running dmesg!