aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-03-22 21:30:39 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-03-22 21:30:39 +0000
commitc8995814d1950d124de2ffc75d97b31c67c58b4c (patch)
tree6e509b277a31b69de745776bf385ce085ec6259a /chapter01
parent2423c94f0b13767cb1500c4f37a084e0dc9855cf (diff)
Bootscript enhancements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 85d8e7bfe..04c34ac02 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,14 @@
</listitem>
-->
+ <listitem>
+ <para>2012-03-22</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Fix corner case in ipv4-static script. </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>2012-03-20</para>
@@ -56,6 +64,17 @@
</listitem>
<listitem>
+ <para>2012-03-19</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Move optional LVM initialization to the end
+ of the udev boot script so an LVM partition can be used for swap.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-03-14</para>
<itemizedlist>
<listitem>