From 96dfdb410990cecbc2f2ba13b998ca48f5dc7542 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 4 Jan 2011 04:02:00 +0000 Subject: busybox: remove superfluous newlines from mdev init script Signed-off-by: Bernhard Reutner-Fischer Acked-by: Roman I Khimov Signed-off-by: Khem Raj --- recipes/busybox/files/mdev | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev index 4eed51e94c..4eba6190c7 100755 --- a/recipes/busybox/files/mdev +++ b/recipes/busybox/files/mdev @@ -1,11 +1,7 @@ #!/bin/sh mount -t tmpfs tmpfs /dev -o size=64k,mode=0755 - mkdir /dev/pts /dev/shm - mount -t devpts devpts /dev/pts - -echo "/sbin/mdev" >/proc/sys/kernel/hotplug - +echo "/sbin/mdev" > /proc/sys/kernel/hotplug mdev -s -- cgit 1.2.3-korg