diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 3d025c222..5e2ad8ad5 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -792,7 +792,7 @@ static int setup_rootfs_pivot_root(const char *rootfs, const char *pivotdir) } if (!pivotdir) - pivotdir = "mnt"; + pivotdir = "lxc_putold"; /* compute the full path to pivotdir under rootfs */ rc = snprintf(path, sizeof(path), "%s/%s", rootfs, pivotdir);