diff --git a/kickstart/files/kickstart.cfg b/kickstart/files/kickstart.cfg index 5c188f4f..cad5cd23 100644 --- a/kickstart/files/kickstart.cfg +++ b/kickstart/files/kickstart.cfg @@ -2061,6 +2061,7 @@ else mount -o rw,noatime "${OSTREE_ROOT_DEVICE}" "${PHYS_SYSROOT}" || elog "Error mounting ${OSTREE_ROOT_DEVICE}" repo="${PHYS_SYSROOT}/var/www/pages/feed/rel-xxxPLATFORM_RELEASExxx/ostree_repo" + config_file="${repo}/config" mkdir -p "${repo}" # Tell LAT to install from this local stage @@ -2069,6 +2070,7 @@ else export INSTL=${instl} ostree --repo=${repo} init --mode=archive + echo "min-free-space-percent=0" >> "${config_file}" if [ "${insturl}" = "file://NOT_SET" ] ; then ilog "ostree_repo archive pull from file:///instboot/ostree_repo ${gpg_option}" ostree --repo=${repo} remote add ${gpg_option} ${instbr} file:///instboot/ostree_repo