From 8ba12c64d1a15b7a2c3c3cbbf24763e55e85962a Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 4 Dec 2008 16:59:27 +0200 Subject: [PATCH] init: changed to not mount /proc/bus/usb --- initramfs/etc_rc.d_rc.sysinit.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/initramfs/etc_rc.d_rc.sysinit.sh b/initramfs/etc_rc.d_rc.sysinit.sh index e91d652..8e69d5b 100644 --- a/initramfs/etc_rc.d_rc.sysinit.sh +++ b/initramfs/etc_rc.d_rc.sysinit.sh @@ -22,7 +22,6 @@ banner "I am Idunn, take an apple and live forever." title "Mounting special filesystems" check mount -n -t proc proc /proc -check mount -n -t usbfs none /proc/bus/usb check mount -n -t sysfs sysfs /sys check mount -n -t tmpfs tmp /tmp status