mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 21:13:28 +00:00
update vchroot script
This commit is contained in:
@@ -62,6 +62,8 @@ TERM="$TERM" \
|
||||
PS1='\u:\w\$ ' \
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin $CMD
|
||||
|
||||
retval=$?
|
||||
|
||||
popd &>/dev/null
|
||||
|
||||
umount $LFS/dev/pts
|
||||
@@ -70,4 +72,4 @@ umount $LFS/run
|
||||
umount $LFS/proc
|
||||
umount $LFS/sys
|
||||
|
||||
exit $?
|
||||
exit $retval
|
||||
|
||||
Reference in New Issue
Block a user