## Path:	System/File systems/LVM
## Description:	LVM configuration 
## Type:	string
## Default:	""
# 
# This variable allows to only activate the LVM volume groups listed at
# bootup. If it is empty, all LVM volume groups are activated at bootup.
# This variable needs setting only under very special circumstances.
# For almost all standard LVM installations it can safely stay empty.
#
LVM_VGS_ACTIVATED_ON_BOOT=""

## Type:	integer
## Default:	60
#
# Timeout for udev device detection. This is the upper limit which the
# boot script will wait for udev to finish hotplug event processing.
# If LVM fails to detect all devices during boot this value should be
# increased. Setting this to '0' disables waiting for udev.
#
LVM_DEVICE_TIMEOUT="60"
