Changeset 7c1fce4e for chapter08/eudev.xml
- Timestamp:
- 05/08/2021 01:19:49 PM (21 months ago)
- Branches:
- xry111/usr-move
- Children:
- c7ef59f
- Parents:
- be628b7
- git-author:
- Xi Ruoyao <xry111@…> (05/08/2021 01:17:59 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (05/08/2021 01:19:49 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/eudev.xml
rbe628b7 r7c1fce4e 65 65 will also be used as a part of installation:</para> 66 66 67 <screen><userinput remap="test">mkdir -pv / lib/udev/rules.d67 <screen><userinput remap="test">mkdir -pv /usr/lib/udev/rules.d 68 68 mkdir -pv /etc/udev/rules.d</userinput></screen> 69 69 … … 98 98 <para>Information about hardware devices is maintained in the 99 99 <filename class="directory">/etc/udev/hwdb.d</filename> and 100 <filename class="directory">/ lib/udev/hwdb.d</filename> directories.100 <filename class="directory">/usr/lib/udev/hwdb.d</filename> directories. 101 101 <application>Eudev</application> needs that information to be compiled 102 102 into a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the … … 119 119 120 120 <seglistitem> 121 <seg><!-- These are in / lib/udev and not to be called by the user:121 <seg><!-- These are in /usr/lib/udev and not to be called by the user: 122 122 accelerometer, ata_id, cdrom_id, collect, mtd_probe, 123 123 scsi_id, v4l_id,--> udevadm and udevd</seg> … … 125 125 <seg>libudev.so</seg> 126 126 127 <seg>/etc/udev, / lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg>127 <seg>/etc/udev, /usr/lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg> 128 128 </seglistitem> 129 129 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.