summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-05-02 12:54:22 +0100
committerLyndon Brown <jnqnfe@gmail.com>2020-05-02 12:54:22 +0100
commitd7d0798e4681bb7f5c1a1836df854a72d2772113 (patch)
treeb6e963ef7ccfebce6ec639dbb97b0847a0d7bc82
parent1c74927fe5e4c715b9ec9a5fdce8506869149d83 (diff)
downloadvyos-live-build-d7d0798e4681bb7f5c1a1836df854a72d2772113.tar.gz
vyos-live-build-d7d0798e4681bb7f5c1a1836df854a72d2772113.zip
debootstrap: remove useless obtaining debootstrap verbose help strings
Gbp-Dch: Ignore
-rwxr-xr-xscripts/build/bootstrap_debootstrap2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index e2266b712..fe61451ba 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -24,8 +24,6 @@ Init_config_data "${@}"
if ! command -v debootstrap >/dev/null
then
Echo_error "debootstrap - command not found"
- Echo_verbose "debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/"
- Echo_verbose "On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'."
exit 1
fi