2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

zdtm: Remove explicit namespaces specification on restore

Yet again -- namespaces are auto-detected now, no need in this.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-08-16 17:15:59 +04:00
parent aa7e079d8c
commit a9e10c6056

View File

@@ -391,7 +391,7 @@ to ip is written in \$CR_IP_TOOL.
EOF
exit 1;
}
args="-n uts -n ipc -n net -n pid -n mnt --root $ZDTM_ROOT --pidfile $TPID $args"
args="--root $ZDTM_ROOT --pidfile $TPID $args"
fi
echo $tname | grep -q tcpbuf && {