Lines Matching refs:baseurl
552 echo "baseurl=$3/" >>$1
649 if [ -n "$baseurl" ]; then
650 # create .repo pointing at baseurl
654 $container_rootfs/etc/yum.repos.d/lxc-install.repo $repo $baseurl
680 sed -i "s|baseurl=http://public-yum.oracle.com/repo|baseurl=$repourl/repo|" $container_rootfs/etc/yum.repos.d/$repofile
763 # if installing from a baseurl, create a .repo that the container
765 if [ -n "$baseurl" ]; then
831 --baseurl=<url> use package repository (ie. file:///mnt)
843 options=$(getopt -o hp:n:a:R:r:u:t: -l help,rootfs:,path:,name:,arch:,release:,rpms:,url:,templatefs:,patch:,baseurl: -- "$@")
863 --baseurl) baseurl=$2; shift 2;;
875 if [ -n "$baseurl" ]; then
877 echo "The --arch and --release must be specified when using --baseurl"