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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user