From 31d3235a6e9fd1abff52325f921128aed803bff7 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 23 Aug 2012 10:32:10 +0100 Subject: [PATCH] Pass --architectures to 'lb config', to make it easier to build images for a different architecture. --- debian/changelog | 2 ++ live-build/auto/config | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 729b1edc..b97ff488 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ livecd-rootfs (2.76) UNRELEASED; urgency=low - Don't try to install an empty task name when building an image without a live task. - Fix installation of ubuntu-server fstab removal hook. + - Pass --architectures to 'lb config', to make it easier to build images + for a different architecture. -- Colin Watson Thu, 23 Aug 2012 09:43:38 +0100 diff --git a/live-build/auto/config b/live-build/auto/config index 22434759..7d3a83a2 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -300,6 +300,7 @@ esac lb config noauto \ --mode ubuntu \ --distribution "$SUITE" \ + --architectures "$ARCH" \ --bootstrap-keyring ubuntu-keyring \ --binary-images "$BINARY_IMAGES" \ --memtest "$MEMTEST" \