diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-22 10:44:47 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-09-22 10:44:47 -0500 |
commit | 01ecba7b30ef7245d79c7fe3dbacef4f026aaa6e (patch) | |
tree | dd786fc988b5a01d3d61968037ed575d3502f815 /chapter07 | |
parent | dbab2a4519d7cb30c6478aecc2a4e13e3372b3e4 (diff) |
Fix unmounting instruction in 7.13.2. Backup
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/cleanup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index d5396208c..2a83e2d62 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -95,7 +95,7 @@ <para>Before making a backup, unmount the virtual file systems:</para> -<screen role="nodump"><userinput>[ mountpoint -q $LFS/dev/shm ] && umount $LFS/dev/shm +<screen role="nodump"><userinput>mountpoint -q $LFS/dev/shm && umount $LFS/dev/shm umount $LFS/dev/pts umount $LFS/{sys,proc,run,dev}</userinput></screen> |