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

/lxc/templates/
H A Dlxc-cirros.in247 local arch="${DEF_ARCH}" dsource="${DEF_SOURCE}" version="${DEF_VERSION}"
264 --source) dsource="$next"; shift;;
289 inargs "$dsource" "${SOURCES[@]}" ||
290 { error "bad source '$dsource'. allowed: ${SOURCES[*]}"; return 1; }
292 if [ "$dsource" = "none" ] && [ -n "$userdata_f" -o -n "$authkey_f" ]; then
331 if [ "$dsource" != "none" ]; then
332 insert_ds "$dsource" "$path/rootfs" "$authkeys" "$userdata_f" || {

Completed in 7 milliseconds