From b1a7e63ad68d4220276b298526dbc9bc7653ef8e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Oct 2022 10:14:35 +0200 Subject: Renaming internal bootstrap function to be more generic in debconf build-script. Signed-off-by: Daniel Baumann --- share/build-scripts/debconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index 36482a3..ee38ed4 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -373,7 +373,7 @@ EOF export DEBCONF_SYSTEMRC } -Debootstrap () +Bootstrap () { DIRECTORY="${1}" @@ -1143,7 +1143,7 @@ SYSTEM="${MACHINES}/${NAME}" ## Generic parts if [ ! -e "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}" ] then - Debootstrap "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}.tmp" + Bootstrap "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}.tmp" Configure_apt "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}.tmp" Deconfigure_system "${CACHE}/${DISTRIBUTION}_${ARCHITECTURE}.tmp" -- cgit v1.2.3