aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 24f690e10..77b2ce711 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,46 @@
-->
<listitem>
+ <para>2011-09-18</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Review and update recent changes to bootscripts.</para>
+ <itemizedlist>
+ <listitem><para>Rename /etc/sysconfig/init_params to /etc/sysconfig/rc.site.</para>
+ </listitem>
+ <listitem><para>Move network services to /lib/services.</para></listitem>
+ <listitem><para>Move init-functions to /lib/lsb.</para></listitem>
+ <listitem><para>Make /lib/lsb a symlink to /lib/services.</para></listitem>
+ <listitem><para>Create convenience symlink /etc/init.d->/etc/rc.d/init.d
+ </para></listitem>
+ <listitem><para>Add help and man pages to ifup/ifdown.
+ </para></listitem>
+ <listitem><para>Append /run/var/bootlog to /var/log/boot.log at the end of
+ the boot sequence.</para></listitem>
+ <listitem><para>Add capability to step through the boot scripts at boot time.
+ </para></listitem>
+ <listitem><para>Optionally allow environment variables in sysconfig directory's
+ console, network, and clock files to be placed in rc.site.
+ </para></listitem>
+ <listitem><para>Add an optional FASTBOOT parameter to set /fastboot when rebooting.
+ </para></listitem>
+ </itemizedlist>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Remove a minor warning message from udev that is triggered
+ by the udev_retry boot script.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Add SKIPTMPCLEAN as an optional parameter to skip cleaning
+ /tmp at boot time.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Add a page to Chapter 7 documenting rc.site.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-09-04</para>
<itemizedlist>
<listitem>