diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 02:15:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 02:15:42 +0000 |
commit | 0cda8984a835f37a573c0e2eb31676ff52773d16 (patch) | |
tree | 15144b985754fc6ac96540d091ef7682694c5781 /chapter01/changelog.xml | |
parent | 75fe59983cbfe4a5e5cec2a161cda0491162908c (diff) |
Rewrite bootscripts and Chaper 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |