Merge branch 'master' of builder:git-private/builder
This commit is contained in:
commit
f0b3891f12
|
@ -35,7 +35,7 @@ chroot.mount() {
|
||||||
}
|
}
|
||||||
done
|
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 -t proc "${mount_name}_proc" "${target_dir}/proc"
|
||||||
mount --rbind /dev "${target_dir}/dev"
|
mount --rbind /dev "${target_dir}/dev"
|
||||||
mount --rbind /sys "${target_dir}/sys"
|
mount --rbind /sys "${target_dir}/sys"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user