|
Bugzilla – Full Text Bug Listing |
| Summary: | remove usbfs mount from inst_prepdisk | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Olaf Hering <ohering> |
| Component: | Installation | Assignee: | Thomas Fehr <fehr> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 1 | ||
| Target Milestone: | Alpha 2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Will be removed in next release. |
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.