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:
Pierre Labastie 2022-10-02 09:52:59 +02:00
parent b3daf01578
commit 8e0c191b9b

View File

@ -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