Lines Matching refs:arch
705 # yum will take $basearch from host, so force the arch we want
724 # yum will take $basearch from host, so force the arch we want
823 MIRRORLIST_URL="http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$release&arch=$basearch"
934 # yum will take $basearch from host, so force the arch we want
1129 lxc.arch = $arch
1184 [--fqdn=<network name of container>] [-a|--arch=<arch of the container>]
1197 -a,--arch Define what arch the container will be [i686,x86_64]
1204 options=$(getopt -o a:hp:n:cR: -l help,path:,rootfs:,name:,clean,release:,arch:,fqdn:,mask-tmp -- "$@")
1210 arch=$(uname -m)
1223 -a|--arch) newarch=$2; shift 2;;
1236 basearch=${arch}
1240 # The "arm" arch is safer (no hardware floating point). So
1243 case "$arch" in
1256 # Somebody wants to specify an arch. This is very limited case.
1260 if [ "${newarch}" != "" -a "${newarch}" != "${arch}" ]
1266 # Make the arch a generic x86 32 bit...
1267 arch=${newarch}
1280 echo "You cannot build a ${newarch} Fedora container on a ${arch} host. Sorry!"