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

/lxc/templates/
H A Dlxc-centos.in138 centos_host_ver=${VERSION_ID}
148 centos_host_ver=$( sed -e '/^CentOS /!d' -e 's/CentOS.*\srelease\s*\([0-9][0-9.]*\)\s.*/\1/' < /etc/centos-release )
149 if [ "$centos_host_ver" != "" ]
833 if [ "$is_centos" -a "$centos_host_ver" ]; then
834 release=$centos_host_ver

Completed in 8 milliseconds