diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index d4bfe9af1..96f0c591a 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -18,6 +18,15 @@
location. We do this so those temporary programs will be overwritten when
the final versions are built in .
+ At first, set the owner and permission mode of the
+ $LFS directory (i.e. the root
+ directory in the newly created file system for the LFS system) to
+ &root; and 755 in case the host distro has been
+ configured to use a different default for mkfs:
+
+chown root:root $LFS
+chmod 755 $LFS
+
Create the required directory layout by issuing the following commands as
root: