summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-27 14:39:14 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-27 14:39:14 +0200
commit5f26aa5bd0bfab78f3bfffa72a957663c254bdd9 (patch)
treee5901629b0eba4cd95a24689271c02799ea48920 /functions
parent9b5fc09d0f2fb4671553014dbd9b3be86e15c037 (diff)
downloadvyos-live-build-5f26aa5bd0bfab78f3bfffa72a957663c254bdd9.tar.gz
vyos-live-build-5f26aa5bd0bfab78f3bfffa72a957663c254bdd9.zip
Correcting wrong bootstrap-qemu-exclude variable in defaults.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 800ffdced..90d3ac416 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -1309,7 +1309,7 @@ Check_defaults ()
LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES:-}"
# Packages to exclude for the foreign/ports bootstrapping
- LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_PORTS_BOOTSTRAP_EXCLUDE:-}"
+ LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_BOOTSTRAP_QEMU_EXCLUDE:-}"
# Ports using foreign bootstrap need a working qemu-*-system. This is the location it
LB_BOOTSTRAP_QEMU_STATIC="${LB_BOOTSTRAP_QEMU_STATIC:-}"