mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
reboot: fix /dev/shm unmounting command
/dev/shm may be a mount point, or a symlink.
This commit is contained in:
parent
8e0c191b9b
commit
bde421e48d
@ -107,7 +107,7 @@
|
|||||||
<para>Then unmount the virtual file systems:</para>
|
<para>Then unmount the virtual file systems:</para>
|
||||||
|
|
||||||
<screen><userinput>umount -v $LFS/dev/pts
|
<screen><userinput>umount -v $LFS/dev/pts
|
||||||
umount -v $LFS/dev/shm
|
mountpoint -q $LFS/dev/shm && umount $LFS/dev/shm
|
||||||
umount -v $LFS/dev
|
umount -v $LFS/dev
|
||||||
umount -v $LFS/run
|
umount -v $LFS/run
|
||||||
umount -v $LFS/proc
|
umount -v $LFS/proc
|
||||||
|
Loading…
Reference in New Issue
Block a user