Fix unmounting instruction in 7.13.2. Backup

This commit is contained in:
Bruce Dubbs 2022-09-22 10:44:47 -05:00
parent dbab2a4519
commit 01ecba7b30

View File

@ -95,7 +95,7 @@
<para>Before making a backup, unmount the virtual file systems:</para>
<screen role="nodump"><userinput>[ mountpoint -q $LFS/dev/shm ] &amp;&amp; umount $LFS/dev/shm
<screen role="nodump"><userinput>mountpoint -q $LFS/dev/shm &amp;&amp; umount $LFS/dev/shm
umount $LFS/dev/pts
umount $LFS/{sys,proc,run,dev}</userinput></screen>