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

sil2100/appliance-qcow2
Dimitri John Ledkov 5 years ago committed by Michael Hudson-Doyle
parent b4ceae03d5
commit d0f81ae08a

4
debian/changelog vendored

@ -1,6 +1,6 @@
livecd-rootfs (2.525.45) UNRELEASED; urgency=medium livecd-rootfs (2.525.45) UNRELEASED; urgency=medium
* Backport snap seeding fixes: * Backport snap seeding and other fixes for live-server ISOs:
[ Dimitri John Ledkov ] [ Dimitri John Ledkov ]
* Run snap info on the downloaded snap, rather than against the * Run snap info on the downloaded snap, rather than against the
@ -9,6 +9,8 @@ livecd-rootfs (2.525.45) UNRELEASED; urgency=medium
snap might be visible too. Thus seed the base of the snap revision we snap might be visible too. Thus seed the base of the snap revision we
dowanloaded, rather than some random one from the store. dowanloaded, rather than some random one from the store.
* Use snap-tool to seed subiquity snap. * Use snap-tool to seed subiquity snap.
* Subiquity: install linux-firmware in the installer layer, to make
firmware blobs available in the live session. LP: #1847835
[ Robert C Jennings ] [ Robert C Jennings ]
* Fix logic to ensure snapd is seeded in core18-only images (LP: #1871919) * Fix logic to ensure snapd is seeded in core18-only images (LP: #1871919)

@ -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
chroot $INSTALLER_ROOT apt-get clean chroot $INSTALLER_ROOT apt-get clean
# For bug #1743643 "Install to dirty disk with swap fails" remove the # For bug #1743643 "Install to dirty disk with swap fails" remove the

Loading…
Cancel
Save