2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

crit: Do not recode new netns-ct/-exp images

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Pavel Emelyanov
2016-02-08 13:07:05 +03:00
parent 42165243eb
commit 3606e755ce

View File

@@ -51,6 +51,10 @@ for imgf in find.stdout.readlines():
continue
if imgf_b.startswith('tmpfs-'):
continue
if imgf_b.startswith('netns-ct-'):
continue
if imgf_b.startswith('netns-exp-'):
continue
o_img = open(imgf).read()
if not recode_and_check(imgf, o_img, False):