diff -urz BOOK.0/chapter06/sysklogd.xml BOOK/chapter06/sysklogd.xml
--- BOOK.0/chapter06/sysklogd.xml
+++ BOOK/chapter06/sysklogd.xml
@@ -42,7 +42,7 @@
     <title>Installation of Sysklogd</title>
 
     <para>Compile the package:</para>
-
+<screen><userinput remap="pre">exit 0</userinput></screen>
 <screen><userinput remap="make">make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
diff -urz BOOK.0/chapter06/systemd.xml BOOK/chapter06/systemd.xml
--- BOOK.0/chapter06/systemd.xml
+++ BOOK/chapter06/systemd.xml
@@ -167,13 +167,11 @@
     and a library that conflict with <xref linkend="ch-system-sysvinit"/> so
     both systems can be installed side-by-side:</para>
 
-<screen><userinput remap="install">for tool in runlevel reboot shutdown poweroff halt telinit; do
-  ln -sfv ../bin/systemctl /sbin/${tool}-systemd
-  mv -v /usr/share/man/man8/${tool}.8 /usr/share/man/man8/${tool}-systemd.8
+<screen><userinput remap="install">for tool in reboot shutdown poweroff; do
+  ln -sfv ../bin/systemctl /sbin/${tool}
 done
-
-ln -sfv ../lib/systemd/systemd /sbin/init-systemd
-mv -v /etc/init.d /etc/init.d-systemd</userinput></screen>
+ln -sfv ../run/systemd/network/resolv.conf /etc/resolv.conf
+</userinput></screen>
 
     <para>Remove a reference to a non-existent group:</para>
 
diff -urz BOOK.0/chapter06/sysvinit.xml BOOK/chapter06/sysvinit.xml
--- BOOK.0/chapter06/sysvinit.xml
+++ BOOK/chapter06/sysvinit.xml
@@ -40,7 +40,7 @@
 
   <sect2 role="installation">
     <title>Installation of Sysvinit</title>
-
+<screen><userinput remap="pre">exit 0</userinput></screen>
 <!--
     <para>When run-levels are changed (for example, when halting the
     system), <command>init</command> sends termination signals to those
diff -urz BOOK.0/chapter07/bootscripts.xml BOOK/chapter07/bootscripts.xml
--- BOOK.0/chapter07/bootscripts.xml
+++ BOOK/chapter07/bootscripts.xml
@@ -45,6 +45,7 @@
 
     <para>Install the package:</para>
 
+<screen><userinput remap="install">exit 0</userinput></screen>
 <screen><userinput remap="install">make install</userinput></screen>
 
   </sect2>
diff -urz BOOK.0/chapter07/introduction.xml BOOK/chapter07/introduction.xml
--- BOOK.0/chapter07/introduction.xml
+++ BOOK/chapter07/introduction.xml
@@ -26,7 +26,7 @@
 
   <sect2 id='sysv-desc'>
     <title>System V</title>
-
+<screen><userinput remap="pre">exit 0</userinput></screen>
     <para>System V is the classic boot process that has been used in Unix and
     Unix-like systems such as Linux since about 1983.  It consists of a small
     program, <command>init</command>, that sets up basic programs such as
diff -urz BOOK.0/chapter07/usage.xml BOOK/chapter07/usage.xml
--- BOOK.0/chapter07/usage.xml
+++ BOOK/chapter07/usage.xml
@@ -45,7 +45,7 @@
 
   <sect2 id="conf-sysvinit" role="configuration">
   <title>Configuring Sysvinit</title>
-
+<screen><userinput remap="pre">exit 0</userinput></screen>
   <indexterm zone="conf-sysvinit">
     <primary sortas="a-Sysvinit">Sysvinit</primary>
     <secondary>configuring</secondary>
diff -urz BOOK.0/udev-lfs/55-lfs.rules BOOK/udev-lfs/55-lfs.rules
--- BOOK.0/udev-lfs/55-lfs.rules
+++ BOOK/udev-lfs/55-lfs.rules
@@ -2,10 +2,6 @@
 
 # Core kernel devices
 
-# This causes the system clock to be set as soon as /dev/rtc becomes available.
-SUBSYSTEM=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
-KERNEL=="rtc", ACTION=="add", MODE="0644", RUN+="/etc/rc.d/init.d/setclock start"
-
 # Comms devices
 
 KERNEL=="ippp[0-9]*",       GROUP="dialout"
