summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-28 10:10:44 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-04-23 15:14:16 +0200
commit9ab7a100dadb91770ae26d167eab87ed88a7698b (patch)
tree3f26dc45be86f4014065010c0fc2703e828b7f75
parent780ce2528828e3cf5fe0c1e710a0acf98077f31c (diff)
downloadvyos-live-build-9ab7a100dadb91770ae26d167eab87ed88a7698b.tar.gz
vyos-live-build-9ab7a100dadb91770ae26d167eab87ed88a7698b.zip
config: add missing deprecation warning
Gbp-Dch: Ignore
-rwxr-xr-xfunctions/configuration.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh
index c41405e19..8bacb52bc 100755
--- a/functions/configuration.sh
+++ b/functions/configuration.sh
@@ -434,6 +434,7 @@ Prepare_config ()
LB_MEMTEST="${LB_MEMTEST:-none}"
if [ "${LB_MEMTEST}" = "false" ]; then
LB_MEMTEST="none"
+ Echo_warning "A value of 'false' for option LB_MEMTEST is deprecated, please use 'none' in future."
fi
case "${LB_ARCHITECTURES}" in