Lines Matching refs:arch
484 lxc.arch = $arch
675 # yum will take $basearch from host, so force the arch we want
826 -a|--arch=<arch> architecture (ie. i386, x86_64)
832 arch and release must also be specified
843 options=$(getopt -o hp:n:a:R:r:u:t: -l help,rootfs:,path:,name:,arch:,release:,rpms:,url:,templatefs:,patch:,baseurl: -- "$@")
857 -a|--arch) arch=$2; shift 2;;
876 if [ "$arch" = "" -o "$container_release_version" = "" ]; then
877 echo "The --arch and --release must be specified when using --baseurl"
883 if [ "$arch" = "" ]; then
884 arch=$(uname -m)
906 basearch=$arch
907 if [ "$arch" = "i686" ]; then
911 if [ "$arch" != "i386" -a "$arch" != "x86_64" ]; then