lfs-mekanşzma-umount
This commit is contained in:
parent
b6d3453718
commit
c3127e5fa3
|
@ -998,14 +998,12 @@ chroot_gir(){
|
||||||
|
|
||||||
|
|
||||||
unmount_islemi() {
|
unmount_islemi() {
|
||||||
umount $LFS/dev/shm
|
umount -l $LFS/dev/shm
|
||||||
umount $LFS/dev/pts
|
umount -l $LFS/dev/pts
|
||||||
umount $LFS/dev
|
umount -l $LFS/dev
|
||||||
umount $LFS/run
|
umount -l $LFS/run
|
||||||
umount $LFS/proc
|
umount -l $LFS/proc
|
||||||
umount $LFS/sys
|
umount -l $LFS/sys
|
||||||
#ortam ici calisan surecleri tespit edip sonlandirmak için
|
|
||||||
kill -9 `lsof | grep $LFS/dev | awk '{print $2}' `
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bash_kur(){
|
bash_kur(){
|
||||||
|
|
Loading…
Reference in New Issue