summaryrefslogtreecommitdiffstats
path: root/boot-env/pbs/uclib-rootfs/init
diff options
context:
space:
mode:
authora.hoppe2010-02-08 16:38:02 +0100
committera.hoppe2010-02-08 16:38:02 +0100
commitbe92599190703405e738585e6e184732bbe5f4cd (patch)
tree1b47d3e2af4c6f8079508f9b091ccfbc252146ed /boot-env/pbs/uclib-rootfs/init
parentadded mdev stuff to init (diff)
downloadcore-be92599190703405e738585e6e184732bbe5f4cd.tar.gz
core-be92599190703405e738585e6e184732bbe5f4cd.tar.xz
core-be92599190703405e738585e6e184732bbe5f4cd.zip
seems to be the solution for non loading firmware. Assiciated to Feature #342
Diffstat (limited to 'boot-env/pbs/uclib-rootfs/init')
-rwxr-xr-xboot-env/pbs/uclib-rootfs/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/pbs/uclib-rootfs/init b/boot-env/pbs/uclib-rootfs/init
index 5a49a6b3..7b558eac 100755
--- a/boot-env/pbs/uclib-rootfs/init
+++ b/boot-env/pbs/uclib-rootfs/init
@@ -48,7 +48,7 @@ devdir="/dev"
mount -n -t tmpfs -o 'size=25%,mode=0755' mdev ${devdir}
mkdir -p /dev/pts
mount -t devpts devpts /dev/pts
-echo /bin/mdev > /proc/sys/kernel/hotplug
+echo /sbin/mdev > /proc/sys/kernel/hotplug
cat > /etc/mdev.conf << "EOF"
sda* 0:6 0660
sdb* 0:6 0660