Bug 244947 - remove usbfs mount from inst_prepdisk
Summary: remove usbfs mount from inst_prepdisk
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Installation (show other bugs)
Version: Alpha 1
Hardware: All Linux
: P5 - None : Normal (vote)
Target Milestone: Alpha 2
Assignee: Thomas Fehr
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 11:47 UTC by Olaf Hering
Modified: 2008-07-16 15:41 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.