lfs-mekanizma-umount.islemi
This commit is contained in:
parent
579510558a
commit
e4355075bd
|
@ -998,12 +998,17 @@ chroot_gir(){
|
||||||
|
|
||||||
|
|
||||||
unmount_islemi() {
|
unmount_islemi() {
|
||||||
umount $LFS/dev/shm
|
lfs_kontrol
|
||||||
umount $LFS/dev/pts
|
if [ "$LFS" != "" ];then
|
||||||
umount $LFS/dev
|
umount -lf $LFS/dev/shm
|
||||||
umount $LFS/run
|
umount -lf $LFS/dev/pts
|
||||||
umount $LFS/proc
|
umount -lf $LFS/dev
|
||||||
umount $LFS/sys
|
umount -lf $LFS/run
|
||||||
|
umount -lf $LFS/proc
|
||||||
|
umount -lf $LFS/sys
|
||||||
|
else
|
||||||
|
echo "LFS boş tanımlı"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
bash_kur(){
|
bash_kur(){
|
||||||
|
|
Loading…
Reference in New Issue