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

/lxc/templates/
H A Dlxc-cirros.in248 local authkey_f="" authkeys="" userdata_f="" path="" tarball=""
259 -S|--auth-key) authkey_f="$next"; shift;;
292 if [ "$dsource" = "none" ] && [ -n "$userdata_f" -o -n "$authkey_f" ]; then
297 if [ -n "$authkey_f" ]; then
298 if [ ! -f "$authkey_f" ]; then
299 error "--auth-key=${authkey_f} must reference a file"
302 authkeys=$(cat "$authkey_f") ||
303 { error "failed to read ${authkey_f}"; return 1; }

Completed in 6 milliseconds