From 8e0c191b9b6d35274b363b478a479c7dd4ed32e4 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 2 Oct 2022 09:52:59 +0200 Subject: umount /dev/shm before rebooting Now that /dev/shm is always a mountpoint, it needs to be umounted otherwise dev cannot be umounted. --- chapter11/reboot.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter11') diff --git a/chapter11/reboot.xml b/chapter11/reboot.xml index ebfb0a2b1..1d76fcc7a 100644 --- a/chapter11/reboot.xml +++ b/chapter11/reboot.xml @@ -107,6 +107,7 @@ Then unmount the virtual file systems: umount -v $LFS/dev/pts +umount -v $LFS/dev/shm umount -v $LFS/dev umount -v $LFS/run umount -v $LFS/proc -- cgit v1.2.3-54-g00ecf