diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9e3412c1e..9c030ecbf 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -55,6 +55,10 @@
+January 25th, 2004 [greg]: Chapter 5 - Adding the user lfs:
+Added "-k /dev/null" to the useradd command to prevent /etc/skel files from
+coming across.
+
January 21st, 2004 [alex]: Chapters 2 and 6 - Making a few
extra cross references.
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index 54cdd5c52..235dddce6 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -313,7 +313,7 @@ work environment we'll create a new user lfs and
use this one during the installation process. As root,
issue the following commands to add the new user:
-useradd -s /bin/bash -m lfs
+useradd -s /bin/bash -m -k /dev/null lfs
passwd lfs
Now grant this new user lfs full access to
diff --git a/index.xml b/index.xml
index 17d1f717b..76f7011cf 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
-
+
+