Bugzilla – Bug 244947
remove usbfs mount from inst_prepdisk
Last modified: 2008-07-16 15:41:33 UTC
storage/storage/src/inst_prepdisk.ycp 134 if (Hotplug::haveUSB) 135 { 136 SCR::Execute( .target.mount, ["usbfs", destproc +"/bus/usb"], 137 "-t usbfs" ); 138 } Those 5 lines can be removed. The kernel feature is disabled since 10.2: date: 2006/10/02 16:02:55; author: gregkh; state: Exp; lines: +2 -3 - remove CONFIG_USB_DEVICEFS as it's insecure and we handle /dev/bus/usb properly.
Will be removed in next release.