summaryrefslogtreecommitdiffstats
path: root/cluster/drbd/CONFIGURE
blob: 88b4402ad3810d6ed6bed209224f2256cf70950c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
config_query_option DRBD_OPTS "Enable kernel module?" y \
                              "--with-km" \
                              "--without-km" &&

config_query_option DRBD_OPTS "Enable management utilities?" y \
                              "--with-utils" \
                              "--without-utils" &&

config_query_option DRBD_OPTS "Enable heartbeat integration?" n \
                              "--with-heartbeat" \
                              "--without-heartbeat"