From c660bb094288d89762cdbedd08661127988e5548 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Jan 2015 16:37:27 +0100 Subject: import: add a couple of additional suffixes to remove from raw images --- src/import/import.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/import') diff --git a/src/import/import.c b/src/import/import.c index f44d47df9d..62e3118a7f 100644 --- a/src/import/import.c +++ b/src/import/import.c @@ -165,9 +165,11 @@ static void on_raw_finished(RawImport *import, int error, void *userdata) { static int strip_raw_suffixes(const char *p, char **ret) { static const char suffixes[] = ".xz\0" + ".gz\0" ".raw\0" ".qcow2\0" - ".img\0"; + ".img\0" + ".bin\0"; _cleanup_free_ char *q = NULL; -- cgit v1.2.3-54-g00ecf