diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 1b17760f2..ab4b04b7e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+
+ 2021-07-27
+
+
+ [xry111] - Use workaround for Glibc NSS modules during
+ stripping, to prevent bash from crash.
+
+
+
+
2021-07-26
diff --git a/chapter08/strippingagain.xml b/chapter08/strippingagain.xml
index e663f2d8e..196698f2a 100644
--- a/chapter08/strippingagain.xml
+++ b/chapter08/strippingagain.xml
@@ -62,7 +62,8 @@ online_usrbin="bash find strip"
online_usrlib="libbfd-&binutils-version;.so libdl-&glibc-version;.so
libhistory.so.&readline-version; libncursesw.so.&ncurses-version;
libm-&glibc-version;.so libreadline.so.&readline-version;
- libz.so.&zlib-version;"
+ libz.so.&zlib-version;
+ $(cd /usr/lib; find libnss*.so* -type f)"
for BIN in $online_usrbin; do
cp /usr/bin/$BIN /tmp/$BIN