Add missing assumption for host setup

Koji will not work well if network and time
are not configured properly.  All basic
configurations need performed on the host
first prior to attempting to install and
configure koji.
This commit is contained in:
George T Kramer
2019-03-12 17:40:32 -07:00
parent 101b9b72c8
commit 4cbb9d7e59

View File

@@ -1,6 +1,7 @@
Assumes:
* All scripts are run as the root user
* Basic configurations (e.g. network, time, etc.) have been applied to the host to allow applications to run well
How these scripts work: