Lines Matching defs:settings
73 bool settings;
239 if (i->settings) {
244 r = pull_make_path(i->settings_job->url, i->settings_job->etag, i->image_root, ".settings-", NULL, &i->settings_path);
255 log_warning_errno(r, "Failed to copy settings files %s, ignoring: %m", local_settings);
257 log_info("Created new settings file '%s.nspawn'", i->local);
355 /* Also move the settings file into place, if
366 log_error_errno(r, "Failed to rename settings file: %m");
440 r = pull_make_path(j->url, j->etag, i->image_root, ".settings-", NULL, &i->settings_path);
474 bool settings) {
497 i->settings = settings;
514 /* Set up download job for the settings file (.nspawn) */
515 if (settings) {
524 r = pull_find_old_etags(i->settings_job->url, i->image_root, DT_REG, ".settings-", NULL, &i->settings_job->old_etags);