diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-05 06:05:45 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-05 06:05:45 +0000 |
commit | 2f0d64dc59a3ca3ac86d876bacc2e806fc113334 (patch) | |
tree | ec5a3809f3771297183775eda2717c191231a4ae /chapter01/changelog.xml | |
parent | 841b7235aa2c0d12622dff65a3a6c763f6f7493e (diff) |
Fixes to bootscripts:
* Remove unneeded function literals.
* Fix pidlist logic in statusproc.
* Fix statusproc usage statement.
* Add nodevtmpfs in mountfs stop.
* Be consistent wtih #!/bin/sh
Add nodump to xml so command to print out 70-persistent-net.rules
will not be used in jhalfs. Fixes a problem in kvm.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9728 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 76f466758..310820403 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,21 @@ <para>2012-02-04</para> <itemizedlist> <listitem> + <para>[bdubbs] - Fixes to bootscripts: + <itemizedlist> + <listitem><para>Remove unneeded function literals.</para></listitem> + <listitem><para>Fix pidlist logic in statusproc.</para></listitem> + <listitem><para>Fix statusproc usage statement.</para></listitem> + <listitem><para>Add nodevtmpfs in mountfs stop.</para></listitem> + </itemizedlist> + </para> + </listitem> + <listitem> + <para>[bdubbs] Add nodump to xml so command to print out + 70-persistent-net.rules will not be used in jhalfs. + Fixes a problem in kvm.</para> + </listitem> + <listitem> <para>[bryan] - Fix up text in section 7.4 ("device and module handling"), and change the recommendation for wrapper modules to use kmod's support for soft post-dependencies instead. Fixes |