A.34. MAKEDEV

For installation instructions see Section 6.9.

A.34.1. Official Download Location

MAKEDEV (1.7):
http://downloads.linuxfromscratch.org/

A.34.2. Contents of MAKEDEV

The MAKEDEV script creates the static device nodes which usually reside in the /dev directory. Detailed information about device nodes may be found in the Documentation/devices.txt file under the Linux kernel source tree.

Installed script: MAKEDEV

A.34.3.

A.34.4. Short description

MAKEDEV is a script for creating the necessary static device nodes, usually residing in the /dev directory.

A.34.5.

A.34.6. MAKEDEV Installation Dependencies

Make depends on: Bash, Coreutils.