Browse Source

lvm2: improved to enable synchronisation with udev processing if udev is available

stable/0.2
Christian Wiese 14 years ago
parent
commit
96bc48cab3
  1. 7
      base/lvm2/lvm2.conf

7
base/lvm2/lvm2.conf

@ -55,3 +55,10 @@ var_append extraconfopt ' ' '--enable-cmdlib'
# enable the device-mapper event daemon and libraries
var_append extraconfopt ' ' '--enable-dmeventd'
# enable synchronisation with udev processing
if pkginstalled udev; then
var_append extraconfopt ' ' '--enable-udev_sync'
# install rule files needed for udev synchronisation
var_append extraconfopt ' ' '--enable-udev_rules'
fi

Loading…
Cancel
Save