summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-10-23 08:14:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-10-23 09:48:06 +0000
commitb1a7e63ad68d4220276b298526dbc9bc7653ef8e (patch)
treebeec6050be1b4a4749b8fecfb168d0114b8ea339
parentRemoving curl pre-http2 option handling. (diff)
downloadcompute-tools-b1a7e63ad68d4220276b298526dbc9bc7653ef8e.tar.xz
compute-tools-b1a7e63ad68d4220276b298526dbc9bc7653ef8e.zip
Renaming internal bootstrap function to be more generic in debconf build-script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xshare/build-scripts/debconf4
1 files 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"