Changeset 32f1773


Ignore:
Timestamp:
03/12/2005 07:29:58 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
46cfff8
Parents:
a52dc7e
Message:
  • Update udev's explanatory text now that /etc/udev/permissions.d is no longer used

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/udev.xml

    ra52dc7e r32f1773  
    9595<quote>7:0</quote> This string is used by <command>udevstart</command>
    9696to create <filename>/dev/vcs</filename> with major number
    97 <emphasis>7</emphasis> and minor <emphasis>0</emphasis>.  The
    98 permissions of each and every device that <command>udevstart</command>
    99 creates are set using files from the <filename
    100 class="directory">/etc/udev.d/permissions.d/</filename> directory.
    101 These are numbered in a similar fashion to the LFS bootscripts.  If
    102 <command>udev</command> cannot find a permissions file for the device
    103 it is creating, it will default permissions to
    104 <emphasis>600</emphasis> and ownership to
    105 <emphasis>root:root</emphasis>.  The names of the nodes created under
    106 the <filename class="directory">/dev</filename> directory are
    107 configured according to the rules specified in the files within the
    108 <filename class="directory">/etc/udev/rules.d/</filename>
    109 directory.</para>
     97<emphasis>7</emphasis> and minor <emphasis>0</emphasis>.  The names and
     98permissions of the nodes created under the
     99<filename class="directory">/dev</filename> directory are configured according
     100to the rules specified in the files within the
     101<filename class="directory">/etc/udev/rules.d/</filename> directory.  These are
     102numbered in a similar fashion to the LFS bootscripts.  If
     103<command>udev</command> can't find a rule for the device it is creating, it will
     104default permissions to <emphasis>660</emphasis> and ownership to
     105<emphasis>root:root</emphasis>.</para>
    110106
    111107<para>Once the above stage is complete, all devices that were already
Note: See TracChangeset for help on using the changeset viewer.