Commit 148497e4 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

mount: add support of devpts

The devpts fs should be mounted and its content is restored,
when crtools restores terminals.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 04b8a623
...@@ -401,6 +401,7 @@ static struct fstype fstypes[] = { ...@@ -401,6 +401,7 @@ static struct fstype fstypes[] = {
{ "devtmpfs" }, { "devtmpfs" },
{ "binfmt_misc", binfmt_misc_dump }, { "binfmt_misc", binfmt_misc_dump },
{ "tmpfs", tmpfs_dump, tmpfs_restore }, { "tmpfs", tmpfs_dump, tmpfs_restore },
{ "devpts" },
}; };
struct fstype *find_fstype_by_name(char *fst) struct fstype *find_fstype_by_name(char *fst)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment