Lines Matching refs:repo
427 REPO_FILE=$INSTALL_ROOT/etc/yum.repos.d/lxc-centos-temp.repo
429 if [ -n "$repo" ]; then
433 baseurl="$repo"
439 mirrorlist=http://mirrorlist.centos.org/?release=$release&arch=$basearch&repo=os
443 mirrorlist=http://mirrorlist.centos.org/?release=$release&arch=$basearch&repo=updates
487 mv $INSTALL_ROOT/etc/yum.repos.d/*.repo $INSTALL_ROOT/etc/yum.repos.disabled/
694 --repo repository to use (url)
701 options=$(getopt -o a:hp:n:cR: -l help,path:,rootfs:,name:,clean,release:,repo:,arch:,fqdn: -- "$@")
718 --repo) repo="$2"; shift 2;;