From 7c60d1bb4407cd056967590e3269a3ba8a3ddd8f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 14 Feb 2011 11:16:53 +0100 Subject: [PATCH] early: changed init.sh to not mount usbfs --- target/early/initramfs/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/target/early/initramfs/init.sh b/target/early/initramfs/init.sh index 379340c..f50b94b 100644 --- a/target/early/initramfs/init.sh +++ b/target/early/initramfs/init.sh @@ -57,7 +57,6 @@ done banner "Starting Early User Space environment" title "Mounting /proc and /sys" -check mount -n -t usbfs none /proc/bus/usb check mount -n -t sysfs none /sys status