mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed a @remap attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e56d9dc813
commit
2b596c0b8d
@ -49,7 +49,7 @@
|
|||||||
<para>Create some devices and directories that Udev cannot handle due to
|
<para>Create some devices and directories that Udev cannot handle due to
|
||||||
them being required very early in the boot process:</para>
|
them being required very early in the boot process:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">install -dv /lib/{firmware,udev/devices/{pts,shm}}
|
<screen><userinput remap="install">install -dv /lib/{firmware,udev/devices/{pts,shm}}
|
||||||
mknod -m0666 /lib/udev/devices/null c 1 3
|
mknod -m0666 /lib/udev/devices/null c 1 3
|
||||||
ln -sv /proc/self/fd /lib/udev/devices/fd
|
ln -sv /proc/self/fd /lib/udev/devices/fd
|
||||||
ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
|
ln -sv /proc/self/fd/0 /lib/udev/devices/stdin
|
||||||
|
Loading…
Reference in New Issue
Block a user