[Lunar-commits] <moonbase-other> docker: check for thin provisioning
Stefan Wold
ratler at lunar-linux.org
Thu Aug 7 21:40:03 CEST 2014
commit ecb1bb9e33db18bbe7e4e5cfc932905623b70c83
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu, 07 Aug 2014 21:39:46 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/ecb1bb9e33db18bbe7e4e5cfc932905623b70c83
docker: check for thin provisioning
---
zbeta/docker/PRE_BUILD | +2/-1
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/zbeta/docker/PRE_BUILD
+++ b/zbeta/docker/PRE_BUILD
@@ -4,7 +4,8 @@
for opt in \
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE \
CONFIG_NETFILTER_XT_MATCH_CONNTRACK \
- CONFIG_DEVPTS_MULTIPLE_INSTANCES
+ CONFIG_DEVPTS_MULTIPLE_INSTANCES \
+ CONFIG_DM_THIN_PROVISIONING
do
if ! kernel_option_present $opt; then
FAIL=1
More information about the Lunar-commits
mailing list