Searched refs:variant (Results 1 - 4 of 4) sorted by relevance
/lxc/templates/ |
H A D | lxc-gentoo.in | 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 [all...] |
H A D | lxc-ubuntu.in | 358 if [ -n "$variant" ]; then 359 debootstrap_parameters="$debootstrap_parameters --variant=$variant" 361 if [ "$variant" = 'minbase' ]; then 674 [-F | --flush-cache] [-r|--release <release>] [-v|--variant] [ -S | --auth-key <keyfile>] 678 variant: debootstrap variant to use (see debootstrap(8)) 690 options=$(getopt -o a:b:hp:r:v:n:FS:du: -l arch:,bindhome:,help,path:,release:,variant:,name:,flush-cache,auth-key:,debug,rootfs:,packages:,user:,password:,mirror:,security-mirror: -- "$@") 745 -v|--variant) variant [all...] |
H A D | lxc-download.in | 204 [ --variant <variant> ]: Variant of the image (default: "default") 227 options=$(getopt -o d:r:a:hl -l dist:,release:,arch:,help,list,variant:,\ 244 --variant) DOWNLOAD_VARIANT=$2; shift 2;;
|
H A D | lxc-debian.in | 310 debootstrap --verbose --variant=minbase --arch="$arch" \
|
Completed in 34 milliseconds