lfs-mekanizma
This commit is contained in:
parent
be3b487eb3
commit
6736449cd8
|
@ -998,12 +998,12 @@ chroot_gir(){
|
|||
|
||||
|
||||
unmount_islemi() {
|
||||
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
|
||||
umount $LFS/dev/shm
|
||||
umount $LFS/dev/pts
|
||||
umount $LFS/dev
|
||||
umount $LFS/run
|
||||
umount $LFS/proc
|
||||
umount $LFS/sys
|
||||
}
|
||||
|
||||
bash_kur(){
|
||||
|
|
Loading…
Reference in New Issue