summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-12-23 22:53:24 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2014-12-23 22:54:41 +0100
commitb814f4e07e392397f5c4eec5981809ccd07d4fad (patch)
tree8a7fcee9904a2fcd38a36b2645b045aeeb9e7418 /scripts/build/bootstrap
parentcb7e5f256c36b8f7c2aa2a04ae69eddf6cff403d (diff)
downloadvyos-live-build-b814f4e07e392397f5c4eec5981809ccd07d4fad.tar.gz
vyos-live-build-b814f4e07e392397f5c4eec5981809ccd07d4fad.zip
Dropping cdebootstrap support (Closes: #773657).
debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway.
Diffstat (limited to 'scripts/build/bootstrap')
-rwxr-xr-xscripts/build/bootstrap1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/bootstrap b/scripts/build/bootstrap
index 8a8293a5c..453040d7f 100755
--- a/scripts/build/bootstrap
+++ b/scripts/build/bootstrap
@@ -36,7 +36,6 @@ Setup_cleanup
# Bootstrapping system
lb bootstrap_cache restore ${@}
-lb bootstrap_cdebootstrap ${@}
lb bootstrap_debootstrap ${@}
lb bootstrap_archive-keys ${@}
lb bootstrap_cache save ${@}