Lines Matching refs:INSTALL_ROOT
777 mount -o bind ${INSTALL_ROOT} ${BOOTSTRAP_DIR}/run/install
804 INSTALL_ROOT=$cache/partial
805 mkdir -p $INSTALL_ROOT
807 echo "Failed to create '$INSTALL_ROOT' directory"
818 BOOTSTRAP_INSTALL_ROOT=${INSTALL_ROOT}
878 curl -L -f "${RELEASE_URL}/${RELEASE_RPM}" > ${INSTALL_ROOT}/${RELEASE_RPM}
894 curl -L -f "${RELEASE_URL}/${REPOS_RPM}" > ${INSTALL_ROOT}/${REPOS_RPM}
911 mkdir -p ${INSTALL_ROOT}/var/lib/rpm
960 cd ${INSTALL_ROOT}
967 # In the bootstrap case, that's the bind mount of ${INSTALL_ROOT}
974 # This is also why we cd'ed into the INSTALL_ROOT directory
978 # db is also done in INSTALL_ROOT space but works in either host
979 # space or INSTALL_ROOT space for the mv, so we don't care. It's
1004 mv "$INSTALL_ROOT" "$cache/rootfs"