From 13dc95cbbec4a928131b6aa6f49bdae3a7a6089a Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 9 Feb 2015 09:36:25 +0300 Subject: [PATCH] it was renamed --- mount-chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount-chroot.sh b/mount-chroot.sh index e4b778c..ef21e08 100755 --- a/mount-chroot.sh +++ b/mount-chroot.sh @@ -35,7 +35,7 @@ chroot.mount() { } done - mount -t overlayfs -o lowerdir="$chroot_base",upperdir="$target_dir",workdir="${target_dir}.work" "$mount_name" "$target_dir" + mount -t overlay -o lowerdir="$chroot_base",upperdir="$target_dir",workdir="${target_dir}.work" "$mount_name" "$target_dir" mount -t proc "${mount_name}_proc" "${target_dir}/proc" mount --rbind /dev "${target_dir}/dev" mount --rbind /sys "${target_dir}/sys"