Changeset 762094a


Ignore:
Timestamp:
02/19/2006 04:52:01 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
d33d8cc
Parents:
ee2cd79
Message:

Move creating udev specific directories to udev's instructions

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ree2cd79 r762094a  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>February 19, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Create udev specific directories in udev's
     44          instructions instead of the more generic creatingdirs.xml.  Add
     45          &quot;pts&quot; and &quot;shm&quot; directories to
     46          <filename class="directory">/lib/udev/devices</filename> so that they
     47          can be mounted successfully at boot time.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
    3851
    3952    <listitem>
  • chapter06/creatingdirs.xml

    ree2cd79 r762094a  
    3232install -dv /var/{opt,cache,lib/{misc,locate},local}
    3333install -dv /opt/{bin,doc,include,info}
    34 install -dv /opt/{lib,man/man{1,2,3,4,5,6,7,8}}
    35 install -dv /lib/{firmware,udev/devices}</userinput></screen>
     34install -dv /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
    3635
    3736  <para>Directories are, by default, created with permission mode 755, but
  • chapter06/udev.xml

    ree2cd79 r762094a  
    4444    <title>Installation of Udev</title>
    4545
    46     <para>Create some devices that Udev cannot handle due to them being required
    47     very early in the boot process:</para>
     46    <para>Create some devices and directories that Udev cannot handle due to
     47    them being required very early in the boot process:</para>
    4848
    4949<screen><userinput>ln -sv /proc/self/fd /lib/udev/devices/fd
     
    5151ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
    5252ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
    53 ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
     53ln -sv /proc/kcore /lib/udev/devices/core
     54install -dv /lib/{firmware,udev/devices/{pts,shm}}</userinput></screen>
    5455
    5556    <para>Compile the package:</para>
  • general.ent

    ree2cd79 r762094a  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "udev_update-20060212">
    3 <!ENTITY releasedate "February 12, 2006">
     2<!ENTITY version "udev_update-20060219">
     3<!ENTITY releasedate "February 19, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.