diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-05 04:50:50 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-05 04:50:50 +0000 |
commit | 987472327966a58ee92d31e634d727d7518f67a1 (patch) | |
tree | 06ddf50bb8e4654939af90572ff5f434d61af585 /chapter07 | |
parent | a433f6de5ec4a61016eeb9f5828683511704676a (diff) |
Upgraded to bootscripts 2.2.3, and installed the correct bootscript for syslog-ng
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/bootscripts.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index ac797ed14..7086ab8a9 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -31,10 +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> +<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</userinput></screen> +<screen><userinput>make install-hotplug +make install-syslog-ng</userinput></screen> </sect2> |