mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-09 15:09:44 +00:00
Unmount filesystems
This commit is contained in:
parent
1069e9cbfc
commit
2c62eb901f
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue