lfs-mekanizma

This commit is contained in:
milisarge 2017-03-15 13:40:40 +02:00
parent be3b487eb3
commit 6736449cd8
1 changed files with 6 additions and 6 deletions

View File

@ -998,12 +998,12 @@ chroot_gir(){
unmount_islemi() { unmount_islemi() {
umount -l $LFS/dev/shm umount $LFS/dev/shm
umount -l $LFS/dev/pts umount $LFS/dev/pts
umount -l $LFS/dev umount $LFS/dev
umount -l $LFS/run umount $LFS/run
umount -l $LFS/proc umount $LFS/proc
umount -l $LFS/sys umount $LFS/sys
} }
bash_kur(){ bash_kur(){