mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Add -l option ot unmount
to surpress the "busy" error
This commit is contained in:
parent
c9b6941294
commit
2ae4d6cd26
1 changed files with 2 additions and 2 deletions
|
|
@ -315,9 +315,9 @@ function post_install() {
|
||||||
source "lib/chrooted_job_${DISTRIBUTIONSIGNATURE}.sh"
|
source "lib/chrooted_job_${DISTRIBUTIONSIGNATURE}.sh"
|
||||||
HEREDOC
|
HEREDOC
|
||||||
|
|
||||||
# Unmount all
|
# Unmount all. -l ( lazy ) option is added to supress the busy error.
|
||||||
echo "...Unmounting all."
|
echo "...Unmounting all."
|
||||||
umount -R "${TARGETMOUNTPOINT}"
|
umount -R -l "${TARGETMOUNTPOINT}"
|
||||||
|
|
||||||
# Finishing message
|
# Finishing message
|
||||||
cat <<- HEREDOC
|
cat <<- HEREDOC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue