scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 212c23a3ec1becd86a8bc3ed6b776d3823b61f08
parent b8a829f7b21df7f263fc3b8e1f6c87dac832fb21
Author: sin <sin@2f30.org>
Date:   Wed, 14 Aug 2013 11:27:42 +0100

Register mdev with kernel hotplug

Diffstat:
Mbusybox-initramfs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/busybox-initramfs b/busybox-initramfs @@ -36,6 +36,7 @@ busybox mount -o remount,rw / mount -t sysfs sysfs /sys mknod /dev/null c 1 3 mknod /dev/tty c 5 0 +echo /sbin/mdev > /proc/sys/kernel/hotplug mdev -s while :; do