mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
umount /dev/shm before rebooting
Now that /dev/shm is always a mountpoint, it needs to be umounted otherwise dev cannot be umounted.
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
<para>Then unmount the virtual file systems:</para>
|
||||
|
||||
<screen><userinput>umount -v $LFS/dev/pts
|
||||
umount -v $LFS/dev/shm
|
||||
umount -v $LFS/dev
|
||||
umount -v $LFS/run
|
||||
umount -v $LFS/proc
|
||||
|
||||
Reference in New Issue
Block a user