pmbootstrap shutdown: kill all processes inside the chroots
Right now we don't kill the processes running inside the chroots, we are just trying to umount everything. If a process like apk
is still running inside the chroots for example, the umounting may not work and it's probably not clear to users what to do in that case.
Based on @ryang2678's work in !1697 (merged) it should be pretty easy to kill all processes inside the chroot before umounting.