From 01ecba7b30ef7245d79c7fe3dbacef4f026aaa6e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 22 Sep 2022 10:44:47 -0500 Subject: Fix unmounting instruction in 7.13.2. Backup --- chapter07/cleanup.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Before making a backup, unmount the virtual file systems: -[ mountpoint -q $LFS/dev/shm ] && umount $LFS/dev/shm +mountpoint -q $LFS/dev/shm && umount $LFS/dev/shm umount $LFS/dev/pts umount $LFS/{sys,proc,run,dev} -- cgit v1.2.3-54-g00ecf