mirror of
https://github.com/merbanan/openwrt.git
synced 2025-11-11 15:47:55 +00:00
Linux expects that the /dev/console node is present in
the rootfs image. Create the node in rootfs images, in
order to make std{in,out,err} usable even in early init
process.
Note: tar.gz and cpio.gz images are not handled yet.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37847 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
# minimal device table file for OpenWrt
|
|
|
|
#<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
|
|
/dev d 755 0 0 - - - - -
|
|
/dev/console c 600 0 0 5 1 0 0 -
|