Changeset 15afe874


Ignore:
Timestamp:
07/14/2004 08:20:28 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.0
Children:
287a4e78
Parents:
4cfd9f0f
Message:

Explained the udevdir parameter

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4cfd9f0f r15afe874  
    7575</listitem>
    7676
     77<listitem><para>July 14, 2004 [matt]: chapter06/udev.xml - Explained udevdir
     78option</para></listitem>
     79
    7780<listitem><para>July 12, 2004 [matt]: Network bootscripts now support directory
    7881based configurations.</para></listitem>
  • chapter06/udev.xml

    r4cfd9f0f r15afe874  
    2727
    2828<screen><userinput>make udevdir=/dev</userinput></screen>
     29
     30<variablelist>
     31<varlistentry>
     32<term><parameter>udevdir=/dev</parameter></term>
     33<listitem><para>This tells <command>udev</command> which directory it is to
     34create device nodes in.</para></listitem>
     35</varlistentry>
     36</variablelist>
    2937
    3038<para>Install it:</para>
  • general.ent

    r4cfd9f0f r15afe874  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.0-testing-200407012">
    3 <!ENTITY releasedate "July 12, 2004">
     2<!ENTITY version "6.0-testing-200407014">
     3<!ENTITY releasedate "July 14, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.