live-build/scripts/build
Adrian Gibanel Lopez 80aa5ab611 Fixed foreign architecture package support to linux kernel flavours
Before Stretch there was an special amd64 kernel in the i386 arch repo.
So if you wanted to install an amd64 kernel alongside an i386 system
you did not need an additional arch repo.

Debian added multiarch support. That way you can install library packages
from multiple architectures on the same machine.

So there is no longer a need for having an amd64 kernel in i386 arch repo.
You can add an amd64 arch repo to an i386 arch system and fetch the amd64
kernel from the am64 arch repo.

live-build can be setup to use several linux kernel flavours in a single
image.

So in the days previous to this patch you could issue:
lb config --linux-flavours "486 amd64"
to use both 486 and amd64 kernel flavours.

Adding additional arch support to linux flavours poses two problems:

* Packages need to have its arch suffix (e.g. amd64:amd64).
If the suffix is not there apt-get insists on search amd64 kernel
package on i386 arch repo and, of course, fails to find it.

* The rest of the code which handles labels (bootloader config files)
or installed filenames (kernel images themselves) do not use the arch suffix.

This patch adds foreign architecture package support to
linux kernel flavours having taken those problems into account.

Practical example usage: i386 system and extra amd64 kernel.

First add amd64 foreign architecture in your i386 system
thanks to:

dpkg --add-architecture amd64
apt-get update

.

Finally enable amd64 kernel from amd64 arch alongside the
i386 system's 686 kernel thanks to:

lb config --architectures i386 --linux-flavours "686 amd64:amd64"
2019-03-14 23:06:31 +01:00
..
binary Add options to build ONIE images 2018-03-22 16:14:01 +00:00
binary_checksums Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
binary_chroot Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
binary_disk Getting rid of hard-coded release numbers and using /etc/os-release instead (Closes: #790860). 2015-08-10 21:31:21 +02:00
binary_grub-efi UEFI: remove the EFI/debian/grub.cfg, not necessary anymore 2018-09-19 11:35:17 +01:00
binary_grub-legacy Default for LB_UNION_FILESYSTEM is now "overlay" just like in live-boot. 2016-12-02 15:10:19 +01:00
binary_grub-pc Drop useless code in binary_grub-pc 2016-12-02 15:01:28 +01:00
binary_hdd Fix Check_package invocation in binary_hdd for ntfs-3g 2018-02-14 18:49:36 +01:00
binary_hooks Correcting execution of local binary hooks. 2015-06-05 22:28:50 +02:00
binary_includes Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
binary_iso Fix the way the .disk/mkisofs file is created 2017-11-20 22:20:53 +01:00
binary_linux-image Don't fail when initramfs is not used 2017-11-20 22:09:49 +01:00
binary_loadlin Check all dependencies independent of LB_BUILD_WITH_CHROOT 2017-09-01 10:22:09 +02:00
binary_loopback_cfg Failsafe entries rework at binary_loopback_cfg 2017-12-21 14:29:58 +01:00
binary_manifest Dropping automagics for casper. 2015-05-03 15:50:03 +02:00
binary_memtest Dropping automagics for casper. 2015-05-03 15:50:03 +02:00
binary_netboot Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
binary_onie ONIE: do not use package cache, only runs on host 2018-04-05 16:24:36 +01:00
binary_package-lists Check all dependencies independent of LB_BUILD_WITH_CHROOT 2017-09-01 10:22:09 +02:00
binary_rootfs Run mksquashfs with nice -n 19 to not overload the system 2018-02-24 17:04:04 +01:00
binary_syslinux Check all dependencies independent of LB_BUILD_WITH_CHROOT 2017-09-01 10:22:09 +02:00
binary_tar Correcting wrong tar command for tarball images, thanks to Yadickson Soto <yadickson@gmail.com> (Closes: #780627). 2015-04-28 07:58:16 +02:00
binary_win32-loader Check all dependencies independent of LB_BUILD_WITH_CHROOT 2017-09-01 10:22:09 +02:00
binary_zsync Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
bootstrap Get rid of useless bootstrap_archive-keys script 2016-11-28 21:36:57 +01:00
bootstrap_archives copy keys to /etc/apt/trusted.gpg.d with appropriate extension for them to not be ignored. 2018-09-13 16:25:09 +01:00
bootstrap_cache Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
bootstrap_debootstrap Simplify bootstrapping of foreign architectures with qemu-debootstrap 2018-02-24 17:52:44 +01:00
build Calling lb config in lb build to support building a all-default-image with a simple lb build (Closes: #778327). 2015-04-28 07:58:16 +02:00
chroot Dropping support for upstart. 2015-05-03 16:12:30 +02:00
chroot_apt Add Acquire::AllowInsecureRepositories to fix apt-secure in sid 2018-03-23 16:02:52 +00:00
chroot_archives copy keys to /etc/apt/trusted.gpg.d with appropriate extension for them to not be ignored. 2018-09-13 16:25:09 +01:00
chroot_cache Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_debianchroot Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_devpts Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_dpkg force link creation when diverting flash-kernel 2015-09-23 10:44:11 +02:00
chroot_firmware Removing temporary hack to exclude prism2-usb-firmware-installer, the download homepage seems to work again (Closes: #783433). 2015-04-27 07:50:52 +02:00
chroot_hacks Dropping automagics for casper. 2015-05-03 15:50:03 +02:00
chroot_hooks Fix check for presence of chroot hooks 2015-07-26 13:44:16 +02:00
chroot_hostname Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_hosts Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_includes Handle includes.chroot files installed over symlinked directories 2018-07-27 10:51:49 +02:00
chroot_install-packages Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_interactive Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_linux-image Fixed foreign architecture package support to linux kernel flavours 2019-03-14 23:06:31 +01:00
chroot_live-packages Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_package-lists Check all dependencies independent of LB_BUILD_WITH_CHROOT 2017-09-01 10:22:09 +02:00
chroot_preseed Reconfigure bootstrapped packages after preseeding. 2018-04-10 21:58:00 +01:00
chroot_proc Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_resolv Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_selinuxfs Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_sysfs Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_sysv-rc Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
chroot_tmpfs Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
clean lb clean: remove ONIE image 2018-04-17 11:39:26 +01:00
config Fixed foreign architecture package support to linux kernel flavours 2019-03-14 23:06:31 +01:00
efi-image Try to reuse /isolinux/splash.png in default grub configuration. 2016-11-28 20:58:18 +01:00
grub-cpmodules Stolen efi-image and grub-cpmodules from src:live-installer 2016-07-31 15:09:13 +02:00
installer Dropping support for upstart. 2015-05-03 16:12:30 +02:00
installer_debian-installer Switch d-i.debian.org URIs from http to https. 2016-05-26 21:58:03 +02:00
installer_preseed Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
source Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
source_checksums Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
source_debian Multi bootloader support 2015-08-29 23:56:41 +02:00
source_debian-live Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
source_disk Getting rid of hard-coded release numbers and using /etc/os-release instead (Closes: #790860). 2015-08-10 21:31:21 +02:00
source_hdd Disable EXT4 64bit features 2016-06-18 19:36:16 +02:00
source_hooks Correcting execution of local source hooks. 2015-06-05 22:29:47 +02:00
source_iso Set xorriso's "modification time" to SOURCE_DATE_EPOCH 2016-11-28 20:58:19 +01:00
source_live Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00
source_tar Updating year in copyright notices to 2015. 2015-01-04 20:05:44 +01:00