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

/lxc/templates/
H A Dlxc-opensuse.in141 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || return 1
143 if [[ $DISTRO == "leap/4"* ]]; then
144 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/update/$DISTRO/oss/ update || return 1
146 zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar http://download.opensuse.org/update/$DISTRO/ update || return 1
175 if [ $DISTRO = "13.2" ]
181 if [[ $DISTRO != "leap/4"* ]]
187 if [[ $DISTRO == "leap/4"* ]]
207 chroot $cache/partial-$arch /usr/bin/zypper --quiet --non-interactive ar http://download.opensuse.org/distribution/$DISTRO/repo/oss repo-oss || return 1
209 if [[ $DISTRO == "leap/4"* ]]; then
210 chroot $cache/partial-$arch /usr/bin/zypper --quiet --non-interactive ar http://download.opensuse.org/update/$DISTRO/os
[all...]

Completed in 8 milliseconds