mount devpts correctly at system boot up
authorChengwei Yang <chengwei.yang@intel.com>
Thu, 28 Jun 2012 12:48:11 +0000 (20:48 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Thu, 28 Jun 2012 12:48:11 +0000 (20:48 +0800)
At previous, start_udev will create mount point /dev/pts, but now, after
udev upgraded to 182, it doesn't use start_udev any more.

Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
etc/rc.d/rc.sysinit
packaging/system-plugin-ia-generic.changes

index 6d478b7..bca14c3 100755 (executable)
@@ -15,8 +15,7 @@ mount -n -t sysfs none /sys
 
 touch /dev/.in_sysinit >/dev/null 2>&1
 
-nice -n 20 /sbin/start_udev
-
+[ -d /dev/pts ] || mkdir /dev/pts
 mount -n /dev/pts >/dev/null 2>&1
 
 remount_needed() {
index 220a9d2..9494ba0 100644 (file)
@@ -1,2 +1,5 @@
+* Thu Jun 28 2012 Chengwei Yang <chengwei.yang> - 0.0.10
+- mount devpts correctly, this is a part of fix for TZSP-2375
+
 * Thur June 06 2012 Yan Yin <yan.yin@intel.com> - 0.0.10
 - add changes file to trigger build