diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:33:12 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-28 01:33:12 +0000 |
commit | 9ae5ef3cbfb67ef4a0404aa4a719d6abad1646b4 (patch) | |
tree | 745451b60714e3ab2af5acef8bc09b8487bb0777 | |
parent | 9c14ec2337affc3680fb07ca6430710d72ea768c (diff) |
Upgraded to LFS-Bootscripts 2.2.2, also make sure the hotplug bootscript is installed, since we are still using hotplug in unstable
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4060 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter07/bootscripts.xml | 5 | ||||
-rw-r--r-- | general.ent | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 89c6e680d..a728e10f4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -31,7 +31,7 @@ first a summary, then a detailed log.</para> <listitem><para>groff-1.19.1</para></listitem> <listitem><para>hotplug-2004_04_01</para></listitem> <listitem><para>iana-etc-1.01</para></listitem> -<listitem><para>lfs-bootscripts-2.2.1</para></listitem> +<listitem><para>lfs-bootscripts-2.2.2</para></listitem> <listitem><para>linux-2.6.8.1</para></listitem> <listitem><para>m4-1.4.2</para></listitem> <listitem><para>man-1.5o</para></listitem> @@ -89,6 +89,8 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 27, 2004 [jeremy]: Upgraded to LFS-Bootscripts-2.2.2</para></listitem> + <listitem><para>August 27, 2004 [jeremy]: (Experimental) Changed both chapter 5 and chapter 6 glibc to compile against sanitized headers instead of raw kernel headers - this brings us more in line with what is considered "proper", diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index c9dc84121..ac797ed14 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -31,6 +31,11 @@ <screen><userinput>make install</userinput></screen> +<para>Since this version of LFS also uses the hotplug package, we also want to +make sure we install the bootscripts for that as well:</para> + +<screen><userinput>make install-hotplug</userinput></screen> + </sect2> diff --git a/general.ent b/general.ent index 89342bbe1..1e50777bd 100644 --- a/general.ent +++ b/general.ent @@ -20,7 +20,7 @@ <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.15.91.0.2"> <!ENTITY bison-version "1.875a"> -<!ENTITY bootscripts-version "2.2.1"> +<!ENTITY bootscripts-version "2.2.2"> <!ENTITY bzip2-version "1.0.2"> <!ENTITY coreutils-version "5.2.1"> <!ENTITY dejagnu-version "1.4.4"> |