- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/udev.xml
r2572b8e r61ad0b7f 30 30 <screen os="b"><userinput>./configure --prefix=/usr \ 31 31 --exec-prefix="" --sysconfdir=/etc \ 32 --sbindir=/sbin --libexecdir=/lib/udev \ 33 --libdir=/usr/lib --with-systemdsystemunitdir=/lib/systemd/system \ 32 --libexecdir=/lib/udev --libdir=/usr/lib \ 34 33 --disable-extras --disable-introspection</userinput></screen> 35 34 … … 46 45 47 46 <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 over55 <filename class="directory">/dev</filename> and the previous entries are56 no-longer available. The folling command creates files that are copied57 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 161 mknod -m 0666 /lib/udev/devices/null c 1 362 mknod -m 0666 /lib/udev/devices/zero c 1 563 mknod -m 0600 /lib/udev/devices/kmsg c 1 1164 ln -snvf /proc/self/fd /lib/udev/devices/fd65 ln -snvf /proc/self/fd/0 /lib/udev/devices/stdin66 ln -snvf /proc/self/fd/1 /lib/udev/devices/stdout67 ln -snvf /proc/self/fd/2 /lib/udev/devices/stderr68 ln -snvf /proc/kcore /lib/udev/devices/core</userinput></screen>69 47 70 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.