Changeset 762094a for chapter06


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

Location:
chapter06
Files:
2 edited

Legend:

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