mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-25 04:11:14 +00:00
Subiquity: install linux-firmware in the installer layer, to make firmware blobs available in the live session. LP: #1847835
This commit is contained in:
parent
b4ceae03d5
commit
d0f81ae08a
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,6 @@
|
||||
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 ]
|
||||
* 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
|
||||
dowanloaded, rather than some random one from the store.
|
||||
* 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 ]
|
||||
* Fix logic to ensure snapd is seeded in core18-only images (LP: #1871919)
|
||||
|
@ -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
|
||||
chroot $INSTALLER_ROOT apt-get clean
|
||||
|
||||
# For bug #1743643 "Install to dirty disk with swap fails" remove the
|
||||
|
Loading…
x
Reference in New Issue
Block a user