Pass --architectures to 'lb config', to make it easier to build images

for a different architecture.
This commit is contained in:
Colin Watson 2012-08-23 10:32:10 +01:00
parent fb1add6993
commit 31d3235a6e
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -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 <cjwatson@ubuntu.com> Thu, 23 Aug 2012 09:43:38 +0100

View File

@ -300,6 +300,7 @@ esac
lb config noauto \
--mode ubuntu \
--distribution "$SUITE" \
--architectures "$ARCH" \
--bootstrap-keyring ubuntu-keyring \
--binary-images "$BINARY_IMAGES" \
--memtest "$MEMTEST" \