diff options
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1d63f9571..a6f24ebec 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,27 @@ --> <listitem> + <para>2011-08-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Rewrite bootscripts and Chaper 7.</para> + <itemizedlist> + <listitem><para>Make scripts compatible with initd format (see BLFS).</para></listitem> + <listitem><para>Move functions and services to /lib/boot.</para></listitem> + <listitem><para>Log boot messages to /run/var/bootlog.</para></listitem> + <listitem><para>Move ifup/ifdown to /sbin.</para></listitem> + <listitem><para>Move network device configuration files to + /etc/sysconfig/ifconfig.*.</para></listitem> + <listitem><para>Add IFACE variable to network configuration files. + </para></listitem> + <listitem><para>Read optional configuration file /etc/sysconfig/init_params + in functions.</para></listitem> + </itemizedlist> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-07-17</para> <itemizedlist> <listitem> |