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

/lxc/templates/
H A Dlxc-cirros.in90 --tarball T read from tarball 'T' rather than downloading
200 local tarball="$1" rootfs_d="$2"
205 tar -C "${rootfs_d}" --anchored --exclude="dev/*" -Sxzf "${tarball}" ||
208 tar -C "${rootfs_d}" -Sxzf "${tarball}" ||
240 local long_opts="arch:,auth-key:,name:,path:,tarball:,userdata:,verbose,version:,rootfs:,mapped-uid:,mapped-gid:"
248 local authkey_f="" authkeys="" userdata_f="" path="" tarball=""
263 --tarball) tarball="$next"; shift;;
311 if [ -z "$tarball" ]; the
[all...]
H A Dlxc-ubuntu-cloud.in138 [ -T | --tarball ]: Location of tarball
149 options=$(getopt -o a:hp:r:n:Fi:CLS:T:ds:u: -l arch:,help,rootfs:,path:,release:,name:,flush-cache,hostid:,auth-key:,cloud,no_locales,tarball:,debug,stream:,userdata:,vendordata:,mapped-uid:,mapped-gid: -- "$@")
209 -T|--tarball) tarball=$2; shift 2;;
276 # determine the url, tarball, and directory names
292 if [ -n "$tarball" ]; then
293 url2="$tarball"
346 if [ -n "$tarball" ]; then
H A Dlxc-gentoo.in148 #get latest stage3 tarball
153 if [ -z "${tarball}" ]; then
168 printf "Downloading/untarring the actual stage3 tarball...\n"
174 printf "Extracting the stage3 tarball...\n"
175 tar -xpf "${tarball}" --numeric-owner -C "${partialfs}" \
176 || die 6 "unable to untar ${tarball} to ${partialfs}"
189 printf "### cache_portage: caching portage tree tarball...\n"
724 $1 -h|--help [-a|--arch <arch>] [-v|--variant <variant>] [-P|--private-portage] [--portage-dir <protagedir>] [-t|--tarball <stage3file>]
744 tarball: force usage of local stage3 archive (currently: '${arch}')
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
[all...]

Completed in 10 milliseconds