Lines Matching refs:variant
78 # gentoo arch/variant detection
81 printf "### set_default_arch: default arch/variant autodetect...\n"
85 variant="x86"
88 variant="amd64"
91 variant="armv7a"
95 variant="${arch}"
97 printf " => Got: arch=%s variant=%s\n" "${arch}" "${variant}"
108 # during setup cachedir is $cacheroot/partial-$arch-$variant
109 # at the end, it will be $cacheroot/rootfs-$arch-$variant
112 partialfs="${cacheroot}/partial-${arch}-${variant}"
158 local stage3_pointer="${stage3_baseurl}/latest-stage3-${variant}.txt"
160 printf "Determining path to latest Gentoo %s (%s) stage3 archive...\n" "${arch}" "${variant}"
724 $1 -h|--help [-a|--arch <arch>] [-v|--variant <variant>] [-P|--private-portage] [--portage-dir <protagedir>] [-t|--tarball <stage3file>]
733 variant: gentoo's Architecture variant as of dec 2013 : (currently: '${variant}')
782 options=$(getopt -o hp:n:a:FcPv:t:S:u:w:s:m: -l help,rootfs:,path:,name:,arch:,flush-cache,cache-only,private-portage,variant:,portage-dir:,tarball:,auth-key:,user:,autologin,password:,settings:,mirror:,tty: -- "$@")
797 -v|--variant) variant=$2; shift 2;;
816 cachefs="${cacheroot}/rootfs-${arch}-${variant}"
827 execute_exclusively "cache-${arch}-${variant}" 60 do_all