Searched refs:baseurl (Results 1 - 4 of 4) sorted by relevance

/lxc/templates/
H A Dlxc-sparclinux.in381 echo "baseurl=$3/" >>$1
460 if [ -n "$baseurl" ]; then
461 # create .repo pointing at baseurl
465 $container_rootfs/etc/yum.repos.d/lxc-install.repo $repo $baseurl
485 sed -i "s|baseurl=http://yum.oracle.com/|baseurl=$repourl/repo|" $container_rootfs/etc/yum.repos.d/$repofile
575 --baseurl=<url> use package repository (ie. file:///mnt)
587 options=$(getopt -o hp:n:a:R:r:u:t: -l help,rootfs:,path:,name:,arch:,release:,rpms:,url:,templatefs:,patch:,baseurl: -- "$@")
607 --baseurl) baseurl
[all...]
H A Dlxc-oracle.in552 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
[all...]
H A Dlxc-cirros.in215 local arch="$1" ver="$2" cached="$3" baseurl="$4"
228 debug 1 "downloading ${baseurl%/}/$dlpath" to "${cached}/$dlpath"
229 wget "${baseurl%/}/$dlpath" -O "$cached/${dlpath}.$$" &&
H A Dlxc-centos.in433 baseurl="$repo"

Completed in 13 milliseconds