diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:39:14 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:39:14 +0200 |
commit | 5f26aa5bd0bfab78f3bfffa72a957663c254bdd9 (patch) | |
tree | e5901629b0eba4cd95a24689271c02799ea48920 /functions/defaults.sh | |
parent | 9b5fc09d0f2fb4671553014dbd9b3be86e15c037 (diff) | |
download | vyos-live-build-5f26aa5bd0bfab78f3bfffa72a957663c254bdd9.tar.gz vyos-live-build-5f26aa5bd0bfab78f3bfffa72a957663c254bdd9.zip |
Correcting wrong bootstrap-qemu-exclude variable in defaults.
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
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:-}" |