Ken Moffat wrote:

>       # Start the udev daemon to continually watch for, and act on,
>       # uevents
>       /lib/udev/udevd --daemon
> 
>       # crude fix for udev > 182
>       mkdir -p /dev/pts

That's not necessary.  Create at install time:

$ ls -lR /lib/udev/devices/
/lib/udev/devices/:
total 4
crw-rw-rw- 1 root root 1, 3 May 15 02:24 null
drwxr-xr-x 2 root root 4096 May 15 02:24 pts

/lib/udev/devices/pts:
total 0
---------------

Then the script in mountvirtfs already does:

# Copy devices that Udev >= 155 doesn't handle to /dev
cp -a /lib/udev/devices/* /dev

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to