X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=INSTALL;h=943a8a467a32790118d46042c1b28b260b96074e;hp=09dc3f7d248135c8a57691758e06aaf5862550ee;hb=2614261e4dcbf0f5e342a274694a243e9f644dc1;hpb=d5d6a7f3040992f853eb23eb1bafac3b77891c2d diff --git a/INSTALL b/INSTALL index 09dc3f7d2..943a8a467 100644 --- a/INSTALL +++ b/INSTALL @@ -8,44 +8,6 @@ Usual options for udev installed in the root filesystem are: --libexecdir=/lib/udev \ --with-selinux -All options: - --prefix= - Usually /usr, prefix for man pages, include files. - --sysconfdir= - Usually /etc. - --sbindir= - Usually /sbin, the place for udevd and udevadm. - --libexecdir= - Usually /lib/udev, the udev private directory. - --enable-debug - Compile-in verbose debug messages. Usually not needed, - it increases the size of the binaries. - --disable-logging - Disable all logging and compile-out all log strings. This - is not recommended, as it makes it almost impossible to debug - udev in the running system. - --with-selinux - Link against SELinux libraries to set the expected context - for created files. - --disable-rule_generator - Disable persistent network, cdrom naming support. - --disable-hwdb - Disable hardware database support - --disable-udev_acl - Disable local user acl permissions support. - --disable-gudev - Disable Gobject libudev support. - --disable-keymap - Disable keymap fixup support. - --enable-floppy - Enable legacy floppy support. - --enable-edd - Enable disk edd support. - --enable-hid2hci - Enable bluetooth hid to hci switch. - --enable-action_modeswitch - Enable action modeswitch support. - The options used in a RPM spec file usually look like: %configure \ --prefix=%{_prefix} \