From fd0325324f1f86684f3753a4d51e7937d8744a11 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 27 Aug 2013 12:02:58 +0000 Subject: image: ensure that /dev/console exist in rootfs images 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 SVN-Revision: 37847 --- include/device_table.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 include/device_table.txt (limited to 'include/device_table.txt') diff --git a/include/device_table.txt b/include/device_table.txt new file mode 100644 index 0000000000..f45b158892 --- /dev/null +++ b/include/device_table.txt @@ -0,0 +1,5 @@ +# minimal device table file for OpenWrt + +# +/dev d 755 0 0 - - - - - +/dev/console c 600 0 0 5 1 0 0 - -- cgit v1.2.3