From 9ab7a100dadb91770ae26d167eab87ed88a7698b Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 28 Mar 2020 10:10:44 +0000 Subject: config: add missing deprecation warning Gbp-Dch: Ignore --- functions/configuration.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3