unmount after chroot

This commit is contained in:
j3d1 2022-05-06 13:11:13 +02:00
parent 92d700d944
commit a1ae024749

View file

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