summaryrefslogtreecommitdiffstats
path: root/cluster/drbd/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/drbd/CONFIGURE')
-rwxr-xr-xcluster/drbd/CONFIGURE11
1 files changed, 11 insertions, 0 deletions
diff --git a/cluster/drbd/CONFIGURE b/cluster/drbd/CONFIGURE
new file mode 100755
index 0000000000..88b4402ad3
--- /dev/null
+++ b/cluster/drbd/CONFIGURE
@@ -0,0 +1,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"