Changeset b812d0f for chapter06


Ignore:
Timestamp:
03/02/2006 04:30:53 AM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.