mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-22 08:11:31 +00:00
Imported 2.619
No reason for CPC update specified.
This commit is contained in:
parent
5930884cf4
commit
21fd51079e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <xnox@ubuntu.com> Sun, 13 Oct 2019 20:53:11 +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…
x
Reference in New Issue
Block a user