From 21fd51079ea382981da22de4ab87de5f04cdf5d6 Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Mon, 14 Oct 2019 00:00:07 +0000 Subject: [PATCH] Imported 2.619 No reason for CPC update specified. --- debian/changelog | 7 +++++++ .../ubuntu-server/hooks/032-installer-squashfs.binary | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7f943c6d..71b3a582 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.619) eoan; urgency=medium + + * Subiquity: install linux-firmware in the installer layer, to make + firmware blobs available in the live session. LP: #1847835 + + -- Dimitri John Ledkov Sun, 13 Oct 2019 20:53:11 +0100 + livecd-rootfs (2.618) eoan; urgency=medium [ Michael Hudson-Doyle ] diff --git a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary index 22ee234f..957eb4cb 100755 --- a/live-build/ubuntu-server/hooks/032-installer-squashfs.binary +++ b/live-build/ubuntu-server/hooks/032-installer-squashfs.binary @@ -54,6 +54,8 @@ EOF # Install casper for live session magic. chroot $INSTALLER_ROOT apt-get -y install lupin-casper +# Install linux-firmware for kernel to upload into hardware. +chroot $INSTALLER_ROOT apt-get -y install linux-firmware if [ `dpkg --print-architecture` = s390x ]; then chroot $INSTALLER_ROOT apt-get -y install s390-tools-zkey fi