mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-12 13:57:08 +00:00
Pass --architectures to 'lb config', to make it easier to build images
for a different architecture.
This commit is contained in:
parent
fb1add6993
commit
31d3235a6e
2
debian/changelog
vendored
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
|
||||
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
|
||||
|
||||
|
@ -300,6 +300,7 @@ esac
|
||||
lb config noauto \
|
||||
--mode ubuntu \
|
||||
--distribution "$SUITE" \
|
||||
--architectures "$ARCH" \
|
||||
--bootstrap-keyring ubuntu-keyring \
|
||||
--binary-images "$BINARY_IMAGES" \
|
||||
--memtest "$MEMTEST" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user