Changeset b812d0f


Ignore:
Timestamp:
03/02/2006 04:30:53 AM (18 years ago)
Author:
Archaic <archaic@…>
Children:
ea2f71e
Parents:
a3a3609
Message:

Create the Udev directories before creating the symlinks.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra3a3609 rb812d0f  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>March 1, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[archaic] - Create the Udev directories before creating the
     44          symlinks.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter06/udev.xml

    ra3a3609 rb812d0f  
    4747    them being required very early in the boot process:</para>
    4848
    49 <screen><userinput>ln -sv /proc/self/fd /lib/udev/devices/fd
     49<screen><userinput>install -dv /lib/{firmware,udev/devices/{pts,shm}}
     50ln -sv /proc/self/fd /lib/udev/devices/fd
    5051ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
    5152ln -sv /proc/self/fd/1 /lib/udev/devices/stdout
    5253ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
    53 ln -sv /proc/kcore /lib/udev/devices/core
    54 install -dv /lib/{firmware,udev/devices/{pts,shm}}</userinput></screen>
     54ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
    5555
    5656    <para>Compile the package:</para>
  • general.ent

    ra3a3609 rb812d0f  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "udev_update-20060221">
    3 <!ENTITY releasedate "February 21, 2006">
     2<!ENTITY version "udev_update-20060301">
     3<!ENTITY releasedate "March 1, 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.