The Udev package contains programs for dynamic creation of device nodes.
Compile the package:
make udevdir=/dev
This tells udev in which directory devices nodes are to be created.
To test the results, issue: make test.
Install the package:
make DESTDIR=/ udevdir=/dev install
The meaning of the make option:
This prevents the Udev build process from killing any udevd processes that may be running on the host system.
Udev's configuration is far from ideal by default, so install the configuration files here:
cp -v ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules
Run the udevstart program to create our full complement of device nodes.
/sbin/udevstart