From 2b596c0b8dc9b52f6d5e1e789843cddf21874aa7 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 22 Sep 2007 10:18:52 +0000 Subject: Fixed a @remap attribute. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8395 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 47660a649..6f7b15b7f 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -49,7 +49,7 @@ Create some devices and directories that Udev cannot handle due to them being required very early in the boot process: -install -dv /lib/{firmware,udev/devices/{pts,shm}} +install -dv /lib/{firmware,udev/devices/{pts,shm}} mknod -m0666 /lib/udev/devices/null c 1 3 ln -sv /proc/self/fd /lib/udev/devices/fd ln -sv /proc/self/fd/0 /lib/udev/devices/stdin -- cgit v1.2.3-54-g00ecf