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

for a different architecture.
ubuntu/trusty
Colin Watson 13 years ago
parent fb1add6993
commit 31d3235a6e

2
debian/changelog vendored

@ -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 - Don't try to install an empty task name when building an image without
a live task. a live task.
- Fix installation of ubuntu-server fstab removal hook. - 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 -- Colin Watson <cjwatson@ubuntu.com> Thu, 23 Aug 2012 09:43:38 +0100

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

Loading…
Cancel
Save