Bug 244947

Summary: remove usbfs mount from inst_prepdisk
Product: [openSUSE] openSUSE 10.3 Reporter: Olaf Hering <ohering>
Component: InstallationAssignee: 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: ---

Description Olaf Hering 2007-02-13 11:47:20 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.
Comment 1 Thomas Fehr 2007-02-14 13:10:36 UTC
Will be removed in next release.