From 970d5a96dd903f63b7b7e243d94fe9da62b174f0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Aug 2021 11:00:35 +0200 Subject: Adding cdebootstrap support. Signed-off-by: Daniel Baumann --- share/create-scripts/debootstrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/create-scripts/debootstrap') diff --git a/share/create-scripts/debootstrap b/share/create-scripts/debootstrap index 01345f9..bef75b1 100755 --- a/share/create-scripts/debootstrap +++ b/share/create-scripts/debootstrap @@ -104,6 +104,11 @@ then fi case "${SCRIPT}" in + cdebootstrap) + BOOTSTRAP="/usr/bin/cdebootstrap" + BOOTSTRAP_OPTIONS="" + ;; + debootstrap) BOOTSTRAP="/usr/sbin/debootstrap" BOOTSTRAP_OPTIONS="" -- cgit v1.2.3