diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-23 08:14:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-10-23 09:48:06 +0000 |
commit | b1a7e63ad68d4220276b298526dbc9bc7653ef8e (patch) | |
tree | beec6050be1b4a4749b8fecfb168d0114b8ea339 /share | |
parent | Removing curl pre-http2 option handling. (diff) | |
download | compute-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>
Diffstat (limited to '')
-rwxr-xr-x | share/build-scripts/debconf | 4 |
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" |