]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/import-raw.c
importd: add support for downloading sysext/confext/portable images too
[thirdparty/systemd.git] / src / import / import-raw.c
index f7ed163d86461270b3ad8f6059274b77d2e3abbb..ee9b297bfeb70d5e585cb9275321f2d9a6fd900f 100644 (file)
@@ -95,8 +95,9 @@ int raw_import_new(
         int r;
 
         assert(ret);
+        assert(image_root);
 
-        root = strdup(image_root ?: "/var/lib/machines");
+        root = strdup(image_root);
         if (!root)
                 return -ENOMEM;