lfs-mekanizma
This commit is contained in:
parent
be3b487eb3
commit
6736449cd8
|
@ -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(){
|
||||||
|
|
Loading…
Reference in New Issue