mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
add recursion when umounting /sys
This commit is contained in:
@@ -41,7 +41,7 @@ function umount_chroot() {
|
||||
umount "${target}"/dev/pts || true
|
||||
umount --recursive "${target}"/dev || true
|
||||
umount "${target}"/proc || true
|
||||
umount "${target}"/sys || true
|
||||
umount --recursive "${target}"/sys || true
|
||||
umount "${target}"/tmp || true
|
||||
umount "${target}"/var/tmp || true
|
||||
umount "${target}"/run/user/0 || true
|
||||
|
||||
Reference in New Issue
Block a user