summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-27 15:38:27 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-27 16:05:46 +0200
commitddd0ef9dc024028c4a5da936dc43c71182e9889f (patch)
tree73828cff3627b8683f049e4598394c36bd289e9e /functions
parentb6da4aec0426e111f06b2693c292cc57cc8c9e5a (diff)
downloadvyos-live-build-ddd0ef9dc024028c4a5da936dc43c71182e9889f.tar.gz
vyos-live-build-ddd0ef9dc024028c4a5da936dc43c71182e9889f.zip
Moving aborting when no bootstrap tool is installed from defaults to the respective bootstrap script.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index b18d46549..4b9efb270 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -165,9 +165,6 @@ Set_defaults ()
elif [ -x "/usr/bin/cdebootstrap" ]
then
LB_BOOTSTRAP="cdebootstrap"
- else
- Echo_error "Cannot find /usr/sbin/debootstrap or /usr/bin/cdebootstrap. Please install debootstrap or cdebootstrap, or specify an alternative bootstrapping utility."
- exit 1
fi
fi