diff options
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/config b/scripts/build/config index 797fa11ba..05239eae6 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -406,7 +406,7 @@ Local_arguments () ;; --bootstrap-qemu-arch) - LB_BOOTSTRAP_QEMU_ARCHITECTURES="${2}" + LB_BOOTSTRAP_QEMU_ARCHITECTURE="${2}" shift 2 ;; @@ -1126,8 +1126,8 @@ LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY}" # \$LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror LB_MIRROR_DEBIAN_INSTALLER="${LB_MIRROR_DEBIAN_INSTALLER}" -# \$LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap -LB_BOOTSTRAP_QEMU_ARCHITECTURES="${LB_BOOTSTRAP_QEMU_ARCHITECTURES}" +# \$LB_BOOTSTRAP_QEMU_ARCHITECTURE: architectures to use foreign bootstrap +LB_BOOTSTRAP_QEMU_ARCHITECTURE="${LB_BOOTSTRAP_QEMU_ARCHITECTURE}" # \$LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap LB_BOOTSTRAP_QEMU_EXCLUDE="${LB_BOOTSTRAP_QEMU_EXCLUDE}" |