projects
/
bootimage-initfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e9b6c2a
)
Restore working PTY after kernel update
Jason D. Clinton [Tue, 30 Mar 2010 22:03:49 +0000 (17:03 -0500)]
etc/init.d/rcS
patch
|
blob
|
history
diff --git
a/etc/init.d/rcS
b/etc/init.d/rcS
index
ef11e21
..
7ff51b4
100755
(executable)
--- a/
etc/init.d/rcS
+++ b/
etc/init.d/rcS
@@
-54,6
+54,8
@@
else
fatal_error "Unable to mount /dev can't continue"
fi
+mknod -m 0666 /dev/ptmx c 5 2
+
msg -n "Setting udev as hotplug agent and triggering events"
#echo "/usr/sbin/udev" > /proc/sys/kernel/hotplug
/usr/sbin/udevd --daemon