Subiquity: install linux-firmware in the installer layer, to make firmware blobs available in the live session. LP: #1847835

This commit is contained in:
Dimitri John Ledkov 2019-10-13 20:53:04 +01:00
parent d0b622089e
commit f918cd5eb1
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.619) UNRELEASED; urgency=medium
* Subiquity: install linux-firmware in the installer layer, to make
firmware blobs available in the live session. LP: #1847835
-- Dimitri John Ledkov <xnox@ubuntu.com> Sun, 13 Oct 2019 20:52:25 +0100
livecd-rootfs (2.618) eoan; urgency=medium
[ Michael Hudson-Doyle ]

View File

@ -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