touchscreen0, keyboard0, smotion node
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
/bin/mknod /new_root/dev/input/event2 c 13 66
/bin/mknod /new_root/dev/input/event3 c 13 67
/bin/mknod /new_root/dev/input/event4 c 13 68
-(cd /new_root/dev/input && /bin/ln -s event1 touchscreen0)
-(cd /new_root/dev/input && /bin/ln -s event2 keyboard0)
-(cd /new_root/dev && /bin/ln -s input/event3 smotion)
+#(cd /new_root/dev/input && /bin/ln -s event1 touchscreen0)
+#(cd /new_root/dev/input && /bin/ln -s event2 keyboard0)
+#(cd /new_root/dev && /bin/ln -s input/event3 smotion)
/bin/mknod /new_root/dev/mixer c 14 0
/bin/mknod /new_root/dev/sequencer c 14 1