summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 15:14:29 +0200
committerDaniel Baumann <daniel@debian.org>2010-09-02 15:14:29 +0200
commitf9edbe95d326fb8a14e0f4335eb63065f76ecf66 (patch)
tree70551ec81b9575b995139832a7e75db0704c0eb0 /scripts/build/bootstrap
parentdd61ccbfe48c25eab0fd439f2c94dcb0f29c6dfb (diff)
downloadvyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.tar.gz
vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.zip
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-xscripts/build/bootstrap10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap
index 63a53c5b4..17370f650 100755
--- a/scripts/build/bootstrap
+++ b/scripts/build/bootstrap
@@ -28,8 +28,8 @@ Set_defaults
Setup_cleanup
# Bootstrapping system
-lh bootstrap_cache restore ${*}
-lh bootstrap_copy ${*}
-lh bootstrap_cdebootstrap ${*}
-lh bootstrap_debootstrap ${*}
-lh bootstrap_cache save ${*}
+lb bootstrap_cache restore ${*}
+lb bootstrap_copy ${*}
+lb bootstrap_cdebootstrap ${*}
+lb bootstrap_debootstrap ${*}
+lb bootstrap_cache save ${*}