From 274ebdb02582cc52237c95b1884b1cb24884d6f1 Mon Sep 17 00:00:00 2001 From: Nicholas Humfrey Date: Sat, 2 Feb 2019 15:34:35 +0000 Subject: Changed architecture name for 32-bit x86 to 'i386' This is the official Debian designation for the architecture (And what dpkg --print-architecture returns) https://www.debian.org/releases/stable/i386/ch02s01.html.en --- scripts/build-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-config') diff --git a/scripts/build-config b/scripts/build-config index 3b44df77..db870be7 100755 --- a/scripts/build-config +++ b/scripts/build-config @@ -52,7 +52,7 @@ def get_validator(optdict, name): # Options dict format: # '$option_name_without_leading_dashes': { ('$help_string', $default_value_generator_thunk, $value_checker_thunk) } options = { - 'architecture': ('Image target architecture (amd64 or i586 or armhf)', lambda: 'amd64', lambda x: x in ['amd64', 'i586', 'armhf']), + 'architecture': ('Image target architecture (amd64 or i386 or armhf)', lambda: 'amd64', lambda x: x in ['amd64', 'i386', 'armhf']), 'build-by': ('Builder identifier (e.g. jrandomhacker@example.net)', get_default_build_by, None), 'debian-mirror': ('Debian repository mirror for ISO build', lambda: defaults.DEBIAN_MIRROR, None), 'debian-security-mirror': ('Debian security updated mirror', lambda: defaults.DEBIAN_SECURITY_MIRROR, None), -- cgit v1.2.3