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

/lxc/templates/
H A Dlxc-cirros.in248 local authkey_f="" authkeys="" userdata_f="" path="" tarball=""
262 -u|--userdata) userdata_f="$next"; shift;;
292 if [ "$dsource" = "none" ] && [ -n "$userdata_f" -o -n "$authkey_f" ]; then
306 if [ -n "$userdata_f" -a ! -f "${userdata_f}" ]; then
307 error "${userdata_f}: --userdata arg not a file"
332 insert_ds "$dsource" "$path/rootfs" "$authkeys" "$userdata_f" || {

Completed in 9 milliseconds