Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/udev.xml

    r82fedc4 re0e40d3  
    3434    <title>Installation of Udev</title>
    3535
    36     <para os="c">Compile the package:</para>
    37 
    38 <screen><userinput>make EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
    39 
    40     <variablelist os="d">
     36    <para os="a">Compile the package:</para>
     37
     38<screen os="b"><userinput>make EXTRAS="extras/firmware extras/run_directory"</userinput></screen>
     39
     40    <variablelist os="c">
    4141      <title>The meaning of the make parameter:</title>
    4242
     
    5252    </variablelist>
    5353
    54     <para os="e">To test the results, issue:
     54    <para os="d">To test the results, issue:
    5555    <userinput>make test</userinput>.</para>
    5656
    57     <para os="f">Install the package:</para>
    58 
    59 <screen os="g"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
    60 
    61     <variablelist os="g1">
     57    <para os="e">Install the package:</para>
     58
     59<screen os="f"><userinput>make DESTDIR=/ EXTRAS="extras/firmware extras/run_directory" install</userinput></screen>
     60
     61    <variablelist os="g">
    6262      <title>The meaning of the make parameter:</title>
    6363
     
    7272
    7373    </variablelist>
     74
    7475    <para os="h">Udev's configuration is far from ideal by default, so install
    7576    the configuration files here:</para>
     
    7778<screen os="i"><userinput>cp ../&udev-config-file; /etc/udev/rules.d/25-lfs.rules</userinput></screen>
    7879
    79     <para os="a">Install the documentation that explains how to create
     80    <para os="j">Install the documentation that explains how to create
    8081    Udev rules:</para>
    8182
    82 <screen os="b"><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
    83 
    84     <para os="j">Run the <command>udevstart</command> program to create our full
     83<screen os="k"><userinput>install -m644 -D docs/writing_udev_rules/index.html /usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
     84
     85    <para os="l">Run the <command>udevstart</command> program to create our full
    8586    complement of device nodes.</para>
    8687
    87 <screen os="k"><userinput>/sbin/udevstart</userinput></screen>
     88<screen os="m"><userinput>/sbin/udevstart</userinput></screen>
    8889
    8990  </sect2>
Note: See TracChangeset for help on using the changeset viewer.