From: giwoong.kim Date: Mon, 12 Nov 2012 08:37:06 +0000 (+0900) Subject: init: removed an invalid symbolic-link X-Git-Tag: 2.2.1_release^2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e55b2e6ee15ef898c0471be15902f7ceba3bbd48;p=sdk%2Femulator%2Femulator-kernel.git init: removed an invalid symbolic-link touchscreen0, keyboard0, smotion node Signed-off-by: GiWoong Kim --- diff --git a/ramfs/init b/ramfs/init index b109a0f3fd54..7c7f5b3d2269 100644 --- a/ramfs/init +++ b/ramfs/init @@ -99,9 +99,9 @@ echo "create device filesystem" /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