diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:27:11 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-29 14:27:11 +0200 |
commit | d5d6a7f3040992f853eb23eb1bafac3b77891c2d (patch) | |
tree | 4054d9d2dc729611e32a63fd6dd46e3ecbf85b1f /README | |
parent | 829f6902fe09d2eb1cff459fa5e26ed53f98ebc8 (diff) |
configure: allow to enable/disable extras individually
- remove gobject introspection switch
- disable hid2hci by default (moved to bluez)
- disable action-modeswitch by default (will move to usb_modeswitch)
- disable edd_id by default (problems with disk signatures)
- disable legacy floppy by default (no more nasty device node hacks by default)
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -51,9 +51,9 @@ Requirements: these group names with only the rootfs mounted and while no network is available. - - The 'udev extras' has the following dependencies: + - Some udev extras have external dependencies like: libacl, libglib2, libusb, usbutils, pciutils, and gperf. - These dependencies can be disabled with the --disable-extras configure option. + All these extras can be disabled with configure options. Setup: - At bootup, the /dev directory should get the 'devtmpfs' filesystem @@ -90,7 +90,8 @@ Operation: http://www.kernel.org/pub/linux/utils/kernel/hotplug/libudev/ http://www.kernel.org/pub/linux/utils/kernel/hotplug/gudev/ -For more details about udev and udev rules, see the udev(7) man page. +For more details about udev and udev rules, see the udev man pages: + http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/ Please direct any comment/question to the linux-hotplug mailing list at: linux-hotplug@vger.kernel.org |