public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] scripts: Fix umount_chroot script
@ 2019-05-23 17:28 Jan Kiszka
  2019-05-24 13:09 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2019-05-23 17:28 UTC (permalink / raw)
  To: isar-users

You can't unmount busy filesystems.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 scripts/umount_chroot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/umount_chroot.sh b/scripts/umount_chroot.sh
index 5dc11bb..280a094 100755
--- a/scripts/umount_chroot.sh
+++ b/scripts/umount_chroot.sh
@@ -3,6 +3,6 @@
 umount $1/tmp
 umount $1/proc
 umount $1/sys
-umount $1/dev
 umount $1/dev/pts
 umount $1/dev/shm
+umount $1/dev
-- 
2.16.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-24 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 17:28 [PATCH] scripts: Fix umount_chroot script Jan Kiszka
2019-05-24 13:09 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox