it was renamed
This commit is contained in:
parent
70d53340c6
commit
13dc95cbbe
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user