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 /chapter07/bootscripts.xml | |
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
Diffstat (limited to 'chapter07/bootscripts.xml')
-rw-r--r-- | chapter07/bootscripts.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |