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

xnox/linux-firmware
Dimitri John Ledkov 5 years ago
parent d0b622089e
commit f918cd5eb1

7
debian/changelog vendored

@ -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 livecd-rootfs (2.618) eoan; urgency=medium
[ Michael Hudson-Doyle ] [ Michael Hudson-Doyle ]

@ -54,6 +54,8 @@ EOF
# Install casper for live session magic. # Install casper for live session magic.
chroot $INSTALLER_ROOT apt-get -y install lupin-casper 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 if [ `dpkg --print-architecture` = s390x ]; then
chroot $INSTALLER_ROOT apt-get -y install s390-tools-zkey chroot $INSTALLER_ROOT apt-get -y install s390-tools-zkey
fi fi

Loading…
Cancel
Save