diff --git a/chapter07/kernfs.xml b/chapter07/kernfs.xml
index 575044106..067a614f4 100644
--- a/chapter07/kernfs.xml
+++ b/chapter07/kernfs.xml
@@ -63,11 +63,14 @@
Now mount the remaining virtual kernel file systems:
-mount -v --bind /dev/pts $LFS/dev/pts
+
+
+mount -vt devpts devpts -o gid=5,mode=0620 $LFS/dev/pts
mount -vt proc proc $LFS/proc
mount -vt sysfs sysfs $LFS/sys
mount -vt tmpfs tmpfs $LFS/run
-
+
In some host systems, /dev/shm is a
symbolic link to a directory, typically
/run/shm.