live build --architectures not set by /usr/share/livecd-rootfs/live-build/auto/config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The host is amd64 and the target is i386.
After Colin Watson post on <email address hidden>
Once only:
$ mkdir -p auto
$ ln -sf /usr/share/
Each time:
$ export PROJECT=xubuntu SUITE=oneiric ARCH=i386 MIRROR=http://
$ sudo lb clean
$ lb config
$ sudo lb build
the build is made of amd64 packages.
Here is a patch working fine:
--- /usr/share/
+++ /media/
@@ -240,6 +240,7 @@
lb config noauto \
--mode ubuntu \
--distribution "$SUITE" \
+ --architectures "$ARCH" \
--
--
--memtest "$MEMTEST" \