From c3127e5fa3cf16fc733b37af41e121b4f132da66 Mon Sep 17 00:00:00 2001 From: milisarge Date: Wed, 15 Mar 2017 12:16:30 +0200 Subject: [PATCH] =?UTF-8?q?lfs-mekan=C5=9Fzma-umount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lfs-mekanizma | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lfs-mekanizma b/lfs-mekanizma index bc2fd0e3c..c535c70cb 100755 --- a/lfs-mekanizma +++ b/lfs-mekanizma @@ -998,14 +998,12 @@ chroot_gir(){ unmount_islemi() { - umount $LFS/dev/shm - umount $LFS/dev/pts - umount $LFS/dev - umount $LFS/run - umount $LFS/proc - umount $LFS/sys - #ortam ici calisan surecleri tespit edip sonlandirmak için - kill -9 `lsof | grep $LFS/dev | awk '{print $2}' ` + umount -l $LFS/dev/shm + umount -l $LFS/dev/pts + umount -l $LFS/dev + umount -l $LFS/run + umount -l $LFS/proc + umount -l $LFS/sys } bash_kur(){