mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 23:51:35 +00:00
Imported 2.614
No reason for CPC update specified.
This commit is contained in:
parent
03d9c4f587
commit
cb0483115a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.614) eoan; urgency=medium
|
||||||
|
|
||||||
|
* 002-add-foreign-kernel.chroot_early: enable amd64 as a foreign arch on
|
||||||
|
i386 image builds, since this is where the kernel comes from henceforth.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 02 Oct 2019 17:05:32 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.613) eoan; urgency=medium
|
livecd-rootfs (2.613) eoan; urgency=medium
|
||||||
|
|
||||||
* 999-ubuntu-image-customization.chroot: use IMAGEFORMAT=none for the checks
|
* 999-ubuntu-image-customization.chroot: use IMAGEFORMAT=none for the checks
|
||||||
|
12
live-build/ubuntu-cpc/hooks.d/chroot/002-add-foreign-kernel.chroot_early
Executable file
12
live-build/ubuntu-cpc/hooks.d/chroot/002-add-foreign-kernel.chroot_early
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
echo "I: Checking if we are i386 and amd64 architecture should be enabled"
|
||||||
|
|
||||||
|
if [ "$(dpkg --print-architecture)" = "i386" ]; then
|
||||||
|
echo "I: Enabling amd64 multiarch support on i386"
|
||||||
|
dpkg --add-architecture amd64
|
||||||
|
|
||||||
|
apt-get -y update
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user