Lines Matching defs:template
190 " --template=PATH Initialize root directory from template directory,\n"
357 { "template", required_argument, NULL, ARG_TEMPLATE },
911 log_error("--template= and --image= may not be combined.");
916 log_error("--template= needs --directory= or --machine=.");
921 log_error("--ephemeral and --template= may not be combined.");
2337 /* If --template= was specified then we should not
3198 log_info("Directory %s already exists, not populating from template %s.", arg_directory, arg_template);
3204 log_info("Populated %s from template %s.", arg_directory, arg_template);
3227 char template[] = "/tmp/nspawn-root-XXXXXX";
3242 if (!mkdtemp(template)) {
3248 arg_directory = strdup(template);