Unmount filesystems

This commit is contained in:
Aditya 2023-01-14 22:19:52 +05:30
parent 1069e9cbfc
commit 2c62eb901f

View file

@ -1606,3 +1606,14 @@ PRETTY_NAME="Linux From Scratch 11.2"
VERSION_CODENAME="summer2023"
EOF
# Exit chroot
logout
# Unmount filesystems
umount -v $LFS/dev/pts
umount -v $LFS/dev
umount -v $LFS/run
umount -v $LFS/proc
umount -v $LFS/sys
umount -v $LFS