* [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
* Re: [PATCH] scripts: Fix umount_chroot script
2019-05-23 17:28 [PATCH] scripts: Fix umount_chroot script Jan Kiszka
@ 2019-05-24 13:09 ` Maxim Yu. Osipov
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2019-05-24 13:09 UTC (permalink / raw)
To: Jan Kiszka, isar-users
On 5/23/19 7:28 PM, Jan Kiszka wrote:
> You can't unmount busy filesystems.
Applied to the 'next'.
Maxim.
> 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
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ 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