chiark / gitweb /
import: rename "gpt" disk image type to "raw"
[elogind.git] / src / nspawn / nspawn.c
index 2783c97f2065d46a163629ca68c8cf3aa3baac3a..2387c151bafc2311e633c3d6713de68f17759ba0 100644 (file)
@@ -3321,7 +3321,7 @@ static int determine_names(void) {
                                 return -ENOENT;
                         }
 
-                        if (i->type == IMAGE_GPT)
+                        if (i->type == IMAGE_RAW)
                                 r = set_sanitized_path(&arg_image, i->path);
                         else
                                 r = set_sanitized_path(&arg_directory, i->path);