Changeset 2572b8e for BOOK/final-system/common/udev.xml
- Timestamp:
- Jan 30, 2011, 12:25:16 PM (14 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a4d251f
- Parents:
- 2580945
- git-author:
- Joe Ciccone <jciccone@…> (01/30/11 12:13:32)
- git-committer:
- Joe Ciccone <jciccone@…> (01/30/11 12:25:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/udev.xml
r2580945 r2572b8e 46 46 47 47 <screen os="j"><userinput>install -dv /lib/firmware</userinput></screen> 48 49 </sect2> 50 51 <sect2 id="conf-udev" role="configuration"> 52 <title>Configuring Udev</title> 53 54 <para>When systemd starts a tmpfs filesystem is mounted over 55 <filename class="directory">/dev</filename> and the previous entries are 56 no-longer available. The folling command creates files that are copied 57 over when udevd starts:</para> 58 59 <screen><userinput>mkdir -pv /lib/udev/devices/{pts,shm} 60 mknod -m 0600 /lib/udev/devices/console c 5 1 61 mknod -m 0666 /lib/udev/devices/null c 1 3 62 mknod -m 0666 /lib/udev/devices/zero c 1 5 63 mknod -m 0600 /lib/udev/devices/kmsg c 1 11 64 ln -snvf /proc/self/fd /lib/udev/devices/fd 65 ln -snvf /proc/self/fd/0 /lib/udev/devices/stdin 66 ln -snvf /proc/self/fd/1 /lib/udev/devices/stdout 67 ln -snvf /proc/self/fd/2 /lib/udev/devices/stderr 68 ln -snvf /proc/kcore /lib/udev/devices/core</userinput></screen> 48 69 49 70 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.