diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 13:43:04 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-12-31 13:43:04 +0000 |
commit | f6a2cfa36669e43b3faef5b262691012d7ea7a71 (patch) | |
tree | b468ca9930d4116bf0ae9abc4cbaefb76a5be195 | |
parent | 9f3a510454d36ceeab531ae88dbbd57ff11151bd (diff) |
Minor oops in the bootscripts upgrade - forgot to remove the separate targets for syslog-ng and hotplug
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter07/bootscripts.xml | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cad729e31..0e2f901fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -50,6 +50,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>December 31st, 2004 [jeremy]: Oops - forgot to remove the +separate targets for hotplug and syslog-ng - fixed.</para></listitem> + <listitem><para>December 31st, 2004 [jeremy]: Upgrade to LFS-Bootscripts 3.1.0</para></listitem> <listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index c8e358326..19c165640 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -26,12 +26,6 @@ <screen><userinput>make install</userinput></screen> -<para>Since this version of LFS also uses the hotplug and syslog-ng packages, -we also want to make sure we install the bootscripts for those as well:</para> - -<screen><userinput>make install-hotplug -make install-syslog-ng</userinput></screen> - </sect2> |