# N/B: This script is not intended to be run by humans. It is used to configure the # FAH base image for importing, so that it will boot in GCE. set -e # Load in library (copied by packer, before this script was run) source $GOSRC/$SCRIPT_BASE/lib.sh install_ooe if [[ "$1" == "pre" ]] then echo "Upgrading Atomic Host" setenforce 0 ooe.sh atomic host upgrade echo "Configuring Repositories" ooe.sh sudo tee /etc/yum.repos.d/ngompa-gce-oslogin.repo <