diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-26 07:55:43 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-09-26 07:55:43 +0000 |
commit | 3827b0493eea389bf2f65bd176fc01e025cb62df (patch) | |
tree | af4ebaf6e8c5cf456d2d20c4989f282385e40f2c /chapter06/hotplug.xml | |
parent | 9dda9514288ce47aad8c347466a49ba950214e4e (diff) |
Upgraded to Hotplug-2004_09_23
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4213 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r-- | chapter06/hotplug.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 620ca9fe2..a702f43a0 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -28,12 +28,6 @@ boot and inserts the relevant modules into the running kernel. <sect2 role="installation"> <title>Installation of Hotplug</title> -<para>The isapnp.rc script included with hotplug has a minor syntax error, -using return 0 outside a function definition where exit 0 should be used. -The following command fixes this:</para> - -<screen><userinput>sed -i "s/|| return 0/|| exit 0/g" etc/hotplug/isapnp.rc</userinput></screen> - <para>Install the Hotplug package:</para> <screen><userinput>make install</userinput></screen> |