mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01: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:
parent
b3daf01578
commit
8e0c191b9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user