From c819548343ad7bb24d023f94a32575e1b2520328 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 11 Jan 2021 09:50:12 +0100 Subject: [PATCH] Fix debug parameter -d was removed from cdist in favor of mulitple -v and -l parameters, but -d was not removed from preos. Resolve #849. --- cdist/preos/debootstrap/files/code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/preos/debootstrap/files/code b/cdist/preos/debootstrap/files/code index 9e37003b..d836848c 100755 --- a/cdist/preos/debootstrap/files/code +++ b/cdist/preos/debootstrap/files/code @@ -22,7 +22,7 @@ set -e if [ "${debug}" ] then set -x - cdist_params="${cdist_params} -d" + cdist_params="${cdist_params} -l 3" fi bootstrap_dir="${target_dir}"