1#!/bin/sh /etc/rc.common
2START=70
3
4boot() {
5	if [ ! -d /tmp/mnt ]; then
6		mkdir /tmp/mnt
7	fi
8#	mount -t sysfs sysfs /sys
9	#/sbin/hotplug2 --set-rules-file /etc/hotplug2.rules --persistent &
10
11}
12