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

/lxc/templates/
H A Dlxc-cirros.in200 local tarball="$1" rootfs_d="$2"
201 mkdir -p "${rootfs_d}" ||
202 { error "failed to make rootfs dir ${rootfs_d}"; return 1; }
205 tar -C "${rootfs_d}" --anchored --exclude="dev/*" -Sxzf "${tarball}" ||
206 { error "failed to populate ${rootfs_d}"; return 1; }
208 tar -C "${rootfs_d}" -Sxzf "${tarball}" ||
209 { error "failed to populate ${rootfs_d}"; return 1; }
250 local rootfs_d=""
265 --rootfs) rootfs_d="$next"; shift;;
273 [ -n "$rootfs_d" ] || rootfs_
[all...]

Completed in 7 milliseconds