Changeset 762094a for chapter06/udev.xml


Ignore:
Timestamp:
02/19/2006 04:52:01 PM (19 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

File:
1 edited

Legend:

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