unmount after chroot
This commit is contained in:
parent
92d700d944
commit
a1ae024749
1 changed files with 2 additions and 2 deletions
4
unbox.sh
4
unbox.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue