Fedora Server Inky Build ======================== When using the netinstall image, Fedora can take a _long_ time to find/setup an installation source. If we didn't do it during install, set up the network by editing /etc/sysconfig/network-scripts/ifcfg-eth0 (or whatever): DEVICE=eth0 BOOTPROTO=none ONBOOT=yes PREFIX=24 IPADDR=10.0.1.91 DNS1=8.8.8.8 DNS2=8.8.4.4 Edit /etc/sysconfig/network: NETWORKING=yes HOSTNAME=foo.example.org GATEWAY=10.0.1.1 Reload: # nmcli connection reload Install packages: # dnf update # dnf upgrade # dnf install vim tmux git lxc lxc-extra lxc-templates libvirt