unmount after chroot

This commit is contained in:
j3d1 2022-05-06 13:11:13 +02:00
parent 92d700d944
commit a1ae024749
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ function unbox_outer_stage(){
fi
$CHROOT target /root/unbox/unbox.sh unbox_inner_stage
umount /dev/pts
umount /dev /sys /proc
umount target/dev/pts
umount target/dev target/sys target/proc
)
umount target/root/unbox target/root/unbox_data