1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <sect1 id="ch-system-hotplug" xreflabel="Hotplug" role="wrap">
- <title>Hotplug-&hotplug-version;</title>
- <?dbhtml filename="hotplug.html"?>
- <indexterm zone="ch-system-hotplug"><primary sortas="a-Hotplug">Hotplug</primary></indexterm>
- <sect2 role="package"><title/>
- <segmentedlist>
- <segtitle>&buildtime;</segtitle>
- <segtitle>&diskspace;</segtitle>
- <seglistitem><seg>0.01 SBU</seg><seg>0.1 MB</seg></seglistitem>
- </segmentedlist>
- </sect2>
- <sect2 role="installation">
- <title>Installation of Hotplug</title>
- <para>Install the Hotplug package:</para>
- <screen><userinput>make install</userinput></screen>
- <para>Remove Hotplug's init script:</para>
- <screen><userinput>rm -rf /etc/init.d</userinput></screen>
- <para>Remove the network hotplug agent:</para>
- <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
- </sect2>
- <sect2 id="contents-hotplug" role="content"><title>Contents of Hotplug</title>
- <para>See testing</para>
- </sect2>
- </sect1>
|